Home
last modified time | relevance | path

Searched refs:grp (Results 1 – 9 of 9) sorted by relevance

/openssl/test/
H A Dec_internal_test.c200 EC_GROUP *grp = NULL; in underflow_test() local
227 P = EC_POINT_new(grp); in underflow_test()
228 Q = EC_POINT_new(grp); in underflow_test()
229 R = EC_POINT_new(grp); in underflow_test()
256 EC_GROUP_free(grp); in underflow_test()
301 EC_GROUP *grp; in decoded_flag_test() local
312 grp = EC_GROUP_new(EC_GFp_simple_method()); in decoded_flag_test()
313 if (!TEST_ptr(grp) in decoded_flag_test()
316 EC_GROUP_free(grp); in decoded_flag_test()
320 if (!TEST_ptr(grp) in decoded_flag_test()
[all …]
/openssl/crypto/ec/
H A Dec_kmeth.c199 int (*set_group)(EC_KEY *key, const EC_GROUP *grp), in EC_KEY_METHOD_set_init() argument
266 const EC_GROUP *grp), in EC_KEY_METHOD_get_init() argument
H A Dec_local.h672 int (*set_group)(EC_KEY *key, const EC_GROUP *grp);
/openssl/doc/man3/
H A DSSL_CTX_set_srp_password.pod42 const char *grp);
121 B<user> is the username, B<pass> the password and B<grp> the SRP group parameters
/openssl/ssl/
H A Dtls_srp.c243 const char *grp) in SSL_set_srp_server_param_pw() argument
251 GN = SRP_get_default_gN(grp); in SSL_set_srp_server_param_pw()
/openssl/include/openssl/
H A Dec.h1487 int (*set_group)(EC_KEY *key, const EC_GROUP *grp),
1529 int (**pset_group)(EC_KEY *key, const EC_GROUP *grp),
H A Dssl.h.in1879 const char *grp);
/openssl/crypto/evp/
H A Dp_lib.c2473 const EC_GROUP *grp; in EVP_PKEY_get_field_type() local
2477 grp = EC_KEY_get0_group(ec); in EVP_PKEY_get_field_type()
2478 if (grp == NULL) in EVP_PKEY_get_field_type()
2481 return EC_GROUP_get_field_type(grp); in EVP_PKEY_get_field_type()
H A Dctrl_params_translate.c1534 const EC_GROUP *grp = in get_payload_group_name() local
1538 if (grp != NULL) in get_payload_group_name()
1539 nid = EC_GROUP_get_curve_name(grp); in get_payload_group_name()

Completed in 51 milliseconds