Searched refs:__crypto_sha512_export (Results 1 – 1 of 1) sorted by relevance
29 static int __crypto_sha512_export(const struct __sha512_ctx *ctx0, void *out) in __crypto_sha512_export() function95 return __crypto_sha512_export(&SHA384_CTX(desc)->ctx, out); in crypto_sha384_export()147 return __crypto_sha512_export(&SHA512_CTX(desc)->ctx, out); in crypto_sha512_export()196 return __crypto_sha512_export(&HMAC_SHA384_CTX(desc)->ctx.sha_ctx, out); in crypto_hmac_sha384_export()248 return __crypto_sha512_export(&HMAC_SHA512_CTX(desc)->ctx.sha_ctx, out); in crypto_hmac_sha512_export()
Completed in 4 milliseconds