Home
last modified time | relevance | path

Searched refs:CRYPTO_BLAKE2B (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/crypto/blake2/
H A Dblake2_cryptodev.c115 case CRYPTO_BLAKE2B: in blake2_probesession()
211 case CRYPTO_BLAKE2B: in blake2_cipher_setup()
273 case CRYPTO_BLAKE2B: in blake2_cipher_process()
H A Dblake2-sw.c79 .type = CRYPTO_BLAKE2B,
/freebsd/tests/sys/opencrypto/
H A Dblake2_test.c141 ses = create_session(fd, CRYPTO_BLAKE2B, crid, key2b, sizeof(key2b)); in test_blake2b_vectors()
H A Dcryptodevh.py175 CRYPTO_BLAKE2B = 29 variable
/freebsd/sys/opencrypto/
H A Dcrypto.c534 case CRYPTO_BLAKE2B: in crypto_auth_hash()
660 [CRYPTO_BLAKE2B] = ALG_KEYED_DIGEST,
815 if (csp->csp_auth_alg == CRYPTO_BLAKE2B || in check_csp()
891 if (csp->csp_auth_alg == CRYPTO_BLAKE2B || in check_csp()
H A Dcryptodev.h184 #define CRYPTO_BLAKE2B 29 /* Blake2b hash */ macro
H A Dcryptosoft.c1353 case CRYPTO_BLAKE2B: in swcr_setup_auth()
/freebsd/tools/tools/crypto/
H A Dcryptotest.c137 { "blake2b", 1, 128, 64, 64, CRYPTO_BLAKE2B },
H A Dcryptocheck.c200 { .name = "blake2b", .mac = CRYPTO_BLAKE2B, .type = T_HASH,