Home
last modified time | relevance | path

Searched refs:NID_sha512_256 (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/providers/common/
H A Ddigest_to_nid.c49 { NID_sha512_256, OSSL_DIGEST_NAME_SHA2_512_256 }, in ossl_digest_get_approved_nid()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_schemes.c62 { NID_sha512_256, OSSL_DIGEST_NAME_SHA2_512_256 },
H A Drsa_pmeth.c405 case NID_sha512_256: in check_padding_md()
/freebsd/crypto/openssl/crypto/evp/
H A Dlegacy_sha.c152 NID_sha512_256,
H A Devp_pbe.c81 {EVP_PBE_TYPE_PRF, NID_hmacWithSHA512_256, -1, NID_sha512_256, 0},
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h2217 {"SHA512-256", "sha512-256", NID_sha512_256, 9, &so[6958]},
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h3056 #define NID_sha512_256 1095 macro