Home
last modified time | relevance | path

Searched refs:NID_sha256 (Results 26 – 32 of 32) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Dsslapitest.c3112 static const int validlist1[] = {NID_sha256, EVP_PKEY_RSA};
3114 static const int validlist2[] = {NID_sha256, EVP_PKEY_RSA, NID_sha512, EVP_PKEY_EC};
3118 static const int invalidlist2[] = {NID_sha256, NID_undef};
3119 static const int invalidlist3[] = {NID_sha256, EVP_PKEY_RSA, NID_sha256};
3120 static const int invalidlist4[] = {NID_sha256};
9238 if (!TEST_int_eq(hash, idx == 0 ? NID_sha384 : NID_sha256)) in test_sigalgs_available()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1794 {"SHA256", "sha256", NID_sha256, 9, &so[4544]},
/freebsd/crypto/openssl/ssl/record/
H A Dssl3_record.c1314 case NID_sha256: in ssl3_cbc_record_digest_supported()
/freebsd/crypto/openssl/engines/
H A De_capi.c853 case NID_sha256: in capi_rsa_sign()
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c76 {SSL_SHA256, NID_sha256}, /* SSL_MD_SHA256_IDX 4 */
H A Dssl_lib.c105 DANETLS_MATCHING_2256, 1, NID_sha256
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h3031 #define NID_sha256 672 macro

12