Home
last modified time | relevance | path

Searched refs:NID_X9_62_prime_field (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Dec_curve.c38 NID_X9_62_prime_field, 20, 24, 1
70 NID_X9_62_prime_field, 20, 28, 1
108 NID_X9_62_prime_field, 20, 48, 1
152 NID_X9_62_prime_field, 20, 66, 1
210 NID_X9_62_prime_field, 20, 24, 1
242 NID_X9_62_prime_field, 20, 24, 1
274 NID_X9_62_prime_field, 20, 30, 1
312 NID_X9_62_prime_field, 20, 30, 1
350 NID_X9_62_prime_field, 20, 30, 1
389 NID_X9_62_prime_field, 20, 32, 1
[all …]
H A Dec_oct.c37 if (group->meth->field_type == NID_X9_62_prime_field) in EC_POINT_set_compressed_coordinates()
91 if (group->meth->field_type == NID_X9_62_prime_field) in EC_POINT_point2oct()
122 if (group->meth->field_type == NID_X9_62_prime_field) in EC_POINT_oct2point()
H A Decp_nist.c27 NID_X9_62_prime_field, in EC_GFp_nist_method()
H A Decp_mont.c25 NID_X9_62_prime_field, in EC_GFp_mont_method()
H A Dec_asn1.c130 ADB_ENTRY(NID_X9_62_prime_field, ASN1_SIMPLE(X9_62_FIELDID, p.prime, ASN1_INTEGER)),
206 if (nid == NID_X9_62_prime_field) { in ec_asn1_group2fieldid()
652 else if (tmp == NID_X9_62_prime_field) { in EC_GROUP_new_from_ecparameters()
H A Decp_s390x_nistp.c327 NID_X9_62_prime_field, \
H A Dec_lib.c831 if (group->meth->field_type != NID_X9_62_prime_field) { in EC_POINT_set_Jprojective_coordinates_GFp()
848 if (group->meth->field_type != NID_X9_62_prime_field) { in EC_POINT_get_Jprojective_coordinates_GFp()
H A Dec_backend.c169 if (fid == NID_X9_62_prime_field) { in ec_group_explicit_todata()
H A Dec_key.c418 if (EC_GROUP_get_field_type(key->group) == NID_X9_62_prime_field) { in ec_key_public_range_check()
H A Decp_nistp224.c248 NID_X9_62_prime_field, in EC_GFp_nistp224_method()
H A Decp_nistz256.c1474 NID_X9_62_prime_field, in EC_GFp_nistz256_method()
H A Decp_nistp521.c1676 NID_X9_62_prime_field, in EC_GFp_nistp521_method()
H A Decp_nistp256.c1783 NID_X9_62_prime_field, in EC_GFp_nistp256_method()
H A Decp_smpl.c26 NID_X9_62_prime_field, in EC_GFp_simple_method()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_get_field_type.pod19 by the built-in OpenSSL providers are either B<NID_X9_62_prime_field>
H A DEC_GROUP_copy.pod218 EC_GROUP_get_field_type() returns either B<NID_X9_62_prime_field> for prime curves
/freebsd/crypto/openssl/test/
H A Dectest.c2269 if (type == NID_X9_62_prime_field) { in check_ec_key_field_public_range_test()
2417 if (EC_GROUP_get_field_type(group) == NID_X9_62_prime_field) { in do_test_custom_explicit_fromdata()
2519 if (EC_GROUP_get_field_type(group) == NID_X9_62_prime_field) { in do_test_custom_explicit_fromdata()
2737 is_prime = EC_GROUP_get_field_type(group) == NID_X9_62_prime_field; in custom_params_test()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1528 {"prime-field", "prime-field", NID_X9_62_prime_field, 7, &so[2958]},
/freebsd/crypto/openssh/
H A Dsshkey.c2716 NID_X9_62_prime_field) in sshkey_ec_validate_public()
2819 NID_X9_62_prime_field) { in sshkey_dump_ec_point()
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c2478 return NID_X9_62_prime_field;
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h152 #define NID_X9_62_prime_field 406 macro
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c898 if (field_type == NID_X9_62_prime_field) in tls1_check_pkey_comp()