Home
last modified time | relevance | path

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

/freebsd/sys/crypto/blake2/
H A Dblake2_cryptodev.c116 case CRYPTO_BLAKE2S: in blake2_probesession()
187 if (csp->csp_auth_alg == CRYPTO_BLAKE2S) in blake2_check_klen()
208 case CRYPTO_BLAKE2S: in blake2_cipher_setup()
290 case CRYPTO_BLAKE2S: in blake2_cipher_process()
H A Dblake2-sw.c142 .type = CRYPTO_BLAKE2S,
/freebsd/tests/sys/opencrypto/
H A Dblake2_test.c165 ses = create_session(fd, CRYPTO_BLAKE2S, crid, key2s, sizeof(key2s)); in test_blake2s_vectors()
H A Dcryptodevh.py176 CRYPTO_BLAKE2S = 30 variable
/freebsd/sys/opencrypto/
H A Dcrypto.c543 case CRYPTO_BLAKE2S: in crypto_auth_hash()
668 [CRYPTO_BLAKE2S] = ALG_KEYED_DIGEST,
823 csp->csp_auth_alg == CRYPTO_BLAKE2S) in check_csp()
899 csp->csp_auth_alg == CRYPTO_BLAKE2S) in check_csp()
H A Dcryptodev.h185 #define CRYPTO_BLAKE2S 30 /* Blake2s hash */ macro
H A Dcryptosoft.c1354 case CRYPTO_BLAKE2S: in swcr_setup_auth()
/freebsd/tools/tools/crypto/
H A Dcryptotest.c138 { "blake2s", 1, 64, 32, 32, CRYPTO_BLAKE2S },
H A Dcryptocheck.c202 { .name = "blake2s", .mac = CRYPTO_BLAKE2S, .type = T_HASH,