Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/blake2/
H A Dblake2_cryptodev.c184 case CRYPTO_BLAKE2S: in blake2_probesession()
266 if (csp->csp_auth_alg == CRYPTO_BLAKE2S) in blake2_check_klen()
287 case CRYPTO_BLAKE2S: in blake2_cipher_setup()
380 case CRYPTO_BLAKE2S: in blake2_cipher_process()
H A Dblake2-sw.c154 .type = CRYPTO_BLAKE2S,
/f-stack/freebsd/opencrypto/
H A Dcrypto.c564 case CRYPTO_BLAKE2S: in crypto_auth_hash()
685 [CRYPTO_BLAKE2S] = ALG_KEYED_DIGEST,
807 csp->csp_auth_alg == CRYPTO_BLAKE2S) in check_csp()
861 csp->csp_auth_alg == CRYPTO_BLAKE2S) in check_csp()
H A Dcryptodev.h176 #define CRYPTO_BLAKE2S 30 /* Blake2s hash */ macro
H A Dcryptosoft.c304 case CRYPTO_BLAKE2S: in swcr_authprepare()
1062 case CRYPTO_BLAKE2S: in swcr_setup_auth()
H A Dcryptodev.c531 case CRYPTO_BLAKE2S: in cse_create()