Searched refs:CRYPTO_BLAKE2B (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/crypto/blake2/ |
H A D | blake2_cryptodev.c | 115 case CRYPTO_BLAKE2B: in blake2_probesession() 211 case CRYPTO_BLAKE2B: in blake2_cipher_setup() 273 case CRYPTO_BLAKE2B: in blake2_cipher_process()
|
H A D | blake2-sw.c | 79 .type = CRYPTO_BLAKE2B,
|
/freebsd/tests/sys/opencrypto/ |
H A D | blake2_test.c | 141 ses = create_session(fd, CRYPTO_BLAKE2B, crid, key2b, sizeof(key2b)); in test_blake2b_vectors()
|
H A D | cryptodevh.py | 175 CRYPTO_BLAKE2B = 29 variable
|
/freebsd/sys/opencrypto/ |
H A D | crypto.c | 534 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 D | cryptodev.h | 184 #define CRYPTO_BLAKE2B 29 /* Blake2b hash */ macro
|
H A D | cryptosoft.c | 1353 case CRYPTO_BLAKE2B: in swcr_setup_auth()
|
/freebsd/tools/tools/crypto/ |
H A D | cryptotest.c | 137 { "blake2b", 1, 128, 64, 64, CRYPTO_BLAKE2B },
|
H A D | cryptocheck.c | 200 { .name = "blake2b", .mac = CRYPTO_BLAKE2B, .type = T_HASH,
|