Home
last modified time | relevance | path

Searched refs:CRYPTO_SHA2_256 (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/crypto/openssl/
H A Dossl_sha256.c108 .type = CRYPTO_SHA2_256,
H A Dossl.c115 case CRYPTO_SHA2_256: in ossl_lookup_hash()
/freebsd/sys/opencrypto/
H A Dxform_sha2.c75 .type = CRYPTO_SHA2_256,
H A Dcryptodev.h190 #define CRYPTO_SHA2_256 35 macro
H A Dcrypto.c517 case CRYPTO_SHA2_256: in crypto_auth_hash()
666 [CRYPTO_SHA2_256] = ALG_DIGEST,
H A Dcryptosoft.c1338 case CRYPTO_SHA2_256: in swcr_setup_auth()
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py181 CRYPTO_SHA2_256 = 35 variable
H A Dcryptotest.py352 alg = cryptodev.CRYPTO_SHA2_256
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1492 case CRYPTO_SHA2_256: in safexcel_set_context()
1961 case CRYPTO_SHA2_256: in safexcel_set_token()
2290 case CRYPTO_SHA2_256: in safexcel_probesession()
2378 case CRYPTO_SHA2_256: in safexcel_sha_hashid()
2402 case CRYPTO_SHA2_256: in safexcel_sha_hashlen()
2425 case CRYPTO_SHA2_256: in safexcel_sha_statelen()
2450 case CRYPTO_SHA2_256: in safexcel_newsession()
/freebsd/sys/crypto/aesni/
H A Daesni.c162 case CRYPTO_SHA2_256: in aesni_auth_supported()
530 case CRYPTO_SHA2_256: in aesni_cipher_setup()
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c699 #if !defined(CHECK_BSD_STYLE_MACROS) || defined(CRYPTO_SHA2_256)
700 { NID_sha256, SHA256_CBLOCK, 256 / 8, CRYPTO_SHA2_256 },
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c330 case CRYPTO_SHA2_256: in t4_copy_partial_hash()
H A Dt4_crypto.c2163 case CRYPTO_SHA2_256: in ccr_auth_supported()
2339 case CRYPTO_SHA2_256: in ccr_newsession()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1860 case CRYPTO_SHA2_256: in qat_probesession()
1997 case CRYPTO_SHA2_256: in qat_newsession()
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c182 { .name = "sha256", .mac = CRYPTO_SHA2_256, .type = T_HASH,