Searched refs:hmac_sha512_final (Results 1 – 5 of 5) sorted by relevance
92 hmac_sha512_final(&ctx, tmp); in fscrypt_hkdf_expand()96 hmac_sha512_final(&ctx, &okm[i]); in fscrypt_hkdf_expand()
19 #define HMAC_FINAL hmac_sha512_final
356 void hmac_sha512_final(struct hmac_sha512_ctx *ctx, in hmac_sha512_final() function361 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()
282 hmac_sha512_final(HMAC_SHA512_CTX(desc), out); in crypto_hmac_sha512_final()
878 void hmac_sha512_final(struct hmac_sha512_ctx *ctx,