Searched refs:ec_point (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkey_ec.c73 ossl_ec_point *ec_point; \
74 Data_Get_Struct((obj), ossl_ec_point, ec_point); \
75 if (ec_point == NULL) \
77 (p) = ec_point->point; \
410 * key.public_key = ec_point
867 * group.generator => ec_point
1221 static void ossl_ec_point_free(ossl_ec_point *ec_point) argument
1223 if (!ec_point->dont_free && ec_point->point)
1224 EC_POINT_clear_free(ec_point
1230 ossl_ec_point *ec_point; local
1248 ossl_ec_point *ec_point; local
[all...]

Completed in 133 milliseconds