Home
last modified time | relevance | path

Searched refs:CRYPTO_SHA1 (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_sha1.c60 .type = CRYPTO_SHA1,
H A Dcryptodev.h167 #define CRYPTO_SHA1 14 macro
H A Dcrypto.c513 case CRYPTO_SHA1: in crypto_auth_hash()
648 [CRYPTO_SHA1] = ALG_DIGEST,
H A Dcryptosoft.c1336 case CRYPTO_SHA1: in swcr_setup_auth()
/freebsd/sys/crypto/openssl/
H A Dossl_sha1.c64 .type = CRYPTO_SHA1,
H A Dossl.c109 case CRYPTO_SHA1: in ossl_lookup_hash()
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py163 CRYPTO_SHA1 = 14 variable
H A Dcryptotest.py348 alg = cryptodev.CRYPTO_SHA1
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1490 case CRYPTO_SHA1: in safexcel_set_context()
1957 case CRYPTO_SHA1: in safexcel_set_token()
2286 case CRYPTO_SHA1: in safexcel_probesession()
2372 case CRYPTO_SHA1: in safexcel_sha_hashid()
2396 case CRYPTO_SHA1: in safexcel_sha_hashlen()
2420 case CRYPTO_SHA1: in safexcel_sha_statelen()
2448 case CRYPTO_SHA1: in safexcel_newsession()
/freebsd/sys/crypto/aesni/
H A Daesni.c160 case CRYPTO_SHA1: in aesni_auth_supported()
512 case CRYPTO_SHA1: in aesni_cipher_setup()
/freebsd/sys/dev/sec/
H A Dsec.c1167 case CRYPTO_SHA1: in sec_auth_supported()
1467 case CRYPTO_SHA1: in sec_mdeu_can_handle()
1490 case CRYPTO_SHA1: in sec_mdeu_config()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c320 case CRYPTO_SHA1: in t4_copy_partial_hash()
H A Dt4_crypto.c2161 case CRYPTO_SHA1: in ccr_auth_supported()
2325 case CRYPTO_SHA1: in ccr_newsession()
/freebsd/sys/dev/cesa/
H A Dcesa.c1570 case CRYPTO_SHA1: in cesa_auth_supported()
1636 case CRYPTO_SHA1: in cesa_newsession()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1858 case CRYPTO_SHA1: in qat_probesession()
1989 case CRYPTO_SHA1: in qat_newsession()
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c690 { NID_sha1, SHA_CBLOCK, 20, CRYPTO_SHA1 },
/freebsd/sys/dev/hifn/
H A Dhifn7751.c2278 case CRYPTO_SHA1: in hifn_auth_supported()
2461 case CRYPTO_SHA1: in hifn_process()
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c178 { .name = "sha1", .mac = CRYPTO_SHA1, .type = T_HASH,