Home
last modified time | relevance | path

Searched refs:__crypto_sha256_import_core (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dsha256.c60 static int __crypto_sha256_import_core(struct __sha256_ctx *ctx, const void *in) in __crypto_sha256_import_core() function
121 return __crypto_sha256_import_core(&SHA224_CTX(desc)->ctx, in); in crypto_sha224_import_core()
179 return __crypto_sha256_import_core(&SHA256_CTX(desc)->ctx, in); in crypto_sha256_import_core()
246 return __crypto_sha256_import_core(&ctx->ctx.sha_ctx, in); in crypto_hmac_sha224_import_core()
313 return __crypto_sha256_import_core(&ctx->ctx.sha_ctx, in); in crypto_hmac_sha256_import_core()