Searched refs:CRYPTO_SHA2_256 (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/crypto/openssl/ |
H A D | ossl_sha256.c | 108 .type = CRYPTO_SHA2_256,
|
H A D | ossl.c | 115 case CRYPTO_SHA2_256: in ossl_lookup_hash()
|
/freebsd/sys/opencrypto/ |
H A D | xform_sha2.c | 75 .type = CRYPTO_SHA2_256,
|
H A D | cryptodev.h | 190 #define CRYPTO_SHA2_256 35 macro
|
H A D | crypto.c | 517 case CRYPTO_SHA2_256: in crypto_auth_hash() 666 [CRYPTO_SHA2_256] = ALG_DIGEST,
|
H A D | cryptosoft.c | 1338 case CRYPTO_SHA2_256: in swcr_setup_auth()
|
/freebsd/tests/sys/opencrypto/ |
H A D | cryptodevh.py | 181 CRYPTO_SHA2_256 = 35 variable
|
H A D | cryptotest.py | 352 alg = cryptodev.CRYPTO_SHA2_256
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel.c | 1492 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 D | aesni.c | 162 case CRYPTO_SHA2_256: in aesni_auth_supported() 530 case CRYPTO_SHA2_256: in aesni_cipher_setup()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_devcrypto.c | 699 #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 D | t4_keyctx.c | 330 case CRYPTO_SHA2_256: in t4_copy_partial_hash()
|
H A D | t4_crypto.c | 2163 case CRYPTO_SHA2_256: in ccr_auth_supported() 2339 case CRYPTO_SHA2_256: in ccr_newsession()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat.c | 1860 case CRYPTO_SHA2_256: in qat_probesession() 1997 case CRYPTO_SHA2_256: in qat_newsession()
|
/freebsd/tools/tools/crypto/ |
H A D | cryptocheck.c | 182 { .name = "sha256", .mac = CRYPTO_SHA2_256, .type = T_HASH,
|