Home
last modified time | relevance | path

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

/linux/crypto/
H A Dsha512.c53 static int __crypto_sha512_export_core(const struct __sha512_ctx *ctx, in __crypto_sha512_export_core() function
118 return __crypto_sha512_export_core(&SHA384_CTX(desc)->ctx, out); in crypto_sha384_export_core()
180 return __crypto_sha512_export_core(&SHA512_CTX(desc)->ctx, out); in crypto_sha512_export_core()
242 return __crypto_sha512_export_core(&HMAC_SHA384_CTX(desc)->ctx.sha_ctx, in crypto_hmac_sha384_export_core()
309 return __crypto_sha512_export_core(&HMAC_SHA512_CTX(desc)->ctx.sha_ctx, in crypto_hmac_sha512_export_core()