Home
last modified time | relevance | path

Searched refs:blake2s256_hmac (Results 1 – 4 of 4) sorted by relevance

/linux/lib/crypto/
A Dblake2s-selftest.c611 blake2s256_hmac(hash, buf, key, sizeof(buf), sizeof(key)); in blake2s_selftest()
614 blake2s256_hmac(hash, key, buf, sizeof(key), sizeof(buf)); in blake2s_selftest()
A Dblake2s.c39 void blake2s256_hmac(u8 *out, const u8 *in, const u8 *key, const size_t inlen, in blake2s256_hmac() function
74 EXPORT_SYMBOL(blake2s256_hmac);
/linux/drivers/net/wireguard/
A Dnoise.c325 blake2s256_hmac(secret, data, chaining_key, data_len, NOISE_HASH_LEN); in kdf()
332 blake2s256_hmac(output, output, secret, 1, BLAKE2S_HASH_SIZE); in kdf()
340 blake2s256_hmac(output, output, secret, BLAKE2S_HASH_SIZE + 1, in kdf()
349 blake2s256_hmac(output, output, secret, BLAKE2S_HASH_SIZE + 1, in kdf()
/linux/include/crypto/
A Dblake2s.h104 void blake2s256_hmac(u8 *out, const u8 *in, const u8 *key, const size_t inlen,

Completed in 6 milliseconds