Searched refs:__crypto_sha512_import_core (Results 1 – 1 of 1) sorted by relevance
60 static int __crypto_sha512_import_core(struct __sha512_ctx *ctx, const void *in) in __crypto_sha512_import_core() function123 return __crypto_sha512_import_core(&SHA384_CTX(desc)->ctx, in); in crypto_sha384_import_core()185 return __crypto_sha512_import_core(&SHA512_CTX(desc)->ctx, in); in crypto_sha512_import_core()252 return __crypto_sha512_import_core(&ctx->ctx.sha_ctx, in); in crypto_hmac_sha384_import_core()319 return __crypto_sha512_import_core(&ctx->ctx.sha_ctx, in); in crypto_hmac_sha512_import_core()