Searched refs:NID_ecdsa_with_SHA256 (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_sct.c | 132 case NID_ecdsa_with_SHA256: in SCT_set_signature_nid() 222 return NID_ecdsa_with_SHA256; in SCT_get_signature_nid()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_xref.h | 43 {NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey},
|
H A D | obj_dat.h | 1916 {"ecdsa-with-SHA256", "ecdsa-with-SHA256", NID_ecdsa_with_SHA256, 8, &so[5277]},
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_cmp.c | 457 if (sign_nid != -1 && sign_nid != NID_ecdsa_with_SHA256) in check_suite_b()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ct.h.in | 229 * NID_ecdsa_with_SHA256 (or NID_undef if incorrect/unset). 236 * NID_ecdsa_with_SHA256.
|
H A D | obj_mac.h | 314 #define NID_ecdsa_with_SHA256 794 macro
|
/freebsd/crypto/openssl/ssl/ |
H A D | t1_lib.c | 963 check_md = NID_ecdsa_with_SHA256; in tls1_check_cert_param() 1054 NID_ecdsa_with_SHA256, NID_X9_62_prime256v1, 1},
|