Home
last modified time | relevance | path

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

/linux/crypto/
H A Dsha256.c53 static int __crypto_sha256_export_core(const struct __sha256_ctx *ctx, in __crypto_sha256_export_core() function
116 return __crypto_sha256_export_core(&SHA224_CTX(desc)->ctx, out); in crypto_sha224_export_core()
174 return __crypto_sha256_export_core(&SHA256_CTX(desc)->ctx, out); in crypto_sha256_export_core()
236 return __crypto_sha256_export_core(&HMAC_SHA224_CTX(desc)->ctx.sha_ctx, in crypto_hmac_sha224_export_core()
303 return __crypto_sha256_export_core(&HMAC_SHA256_CTX(desc)->ctx.sha_ctx, in crypto_hmac_sha256_export_core()