Searched refs:__crypto_sha512_import (Results 1 – 1 of 1) sorted by relevance
43 static int __crypto_sha512_import(struct __sha512_ctx *ctx, const void *in) in __crypto_sha512_import() function113 return __crypto_sha512_import(&SHA384_CTX(desc)->ctx, in); in crypto_sha384_import()175 return __crypto_sha512_import(&SHA512_CTX(desc)->ctx, in); in crypto_sha512_import()237 return __crypto_sha512_import(&ctx->ctx.sha_ctx, in); in crypto_hmac_sha384_import()304 return __crypto_sha512_import(&ctx->ctx.sha_ctx, in); in crypto_hmac_sha512_import()