Home
last modified time | relevance | path

Searched refs:hmac_sha512_final (Results 1 – 5 of 5) sorted by relevance

/linux/fs/crypto/
H A Dhkdf.c92 hmac_sha512_final(&ctx, tmp); in fscrypt_hkdf_expand()
96 hmac_sha512_final(&ctx, &okm[i]); in fscrypt_hkdf_expand()
/linux/lib/crypto/tests/
H A Dsha512_kunit.c19 #define HMAC_FINAL hmac_sha512_final
/linux/lib/crypto/
H A Dsha512.c356 void hmac_sha512_final(struct hmac_sha512_ctx *ctx, in hmac_sha512_final() function
361 EXPORT_SYMBOL_GPL(hmac_sha512_final);
381 hmac_sha512_final(&ctx, out); in hmac_sha512()
405 hmac_sha512_final(&ctx, out); in hmac_sha512_usingrawkey()
/linux/crypto/
H A Dsha512.c282 hmac_sha512_final(HMAC_SHA512_CTX(desc), out); in crypto_hmac_sha512_final()
/linux/include/crypto/
H A Dsha2.h878 void hmac_sha512_final(struct hmac_sha512_ctx *ctx,