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() function100 return __crypto_sha512_import(&SHA384_CTX(desc)->ctx, in); in crypto_sha384_import()152 return __crypto_sha512_import(&SHA512_CTX(desc)->ctx, in); in crypto_sha512_import()204 return __crypto_sha512_import(&ctx->ctx.sha_ctx, in); in crypto_hmac_sha384_import()256 return __crypto_sha512_import(&ctx->ctx.sha_ctx, in); in crypto_hmac_sha512_import()
Completed in 4 milliseconds