Searched refs:__crypto_sha256_import (Results 1 – 1 of 1) sorted by relevance
43 static int __crypto_sha256_import(struct __sha256_ctx *ctx, const void *in) in __crypto_sha256_import() function98 return __crypto_sha256_import(&SHA224_CTX(desc)->ctx, in); in crypto_sha224_import()146 return __crypto_sha256_import(&SHA256_CTX(desc)->ctx, in); in crypto_sha256_import()198 return __crypto_sha256_import(&ctx->ctx.sha_ctx, in); in crypto_hmac_sha224_import()250 return __crypto_sha256_import(&ctx->ctx.sha_ctx, in); in crypto_hmac_sha256_import()
Completed in 4 milliseconds