Home
last modified time | relevance | path

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

/linux/crypto/
H A Dsha1.c58 static int __crypto_sha1_import_core(struct sha1_ctx *ctx, const void *in) in __crypto_sha1_import_core() function
116 return __crypto_sha1_import_core(SHA1_CTX(desc), in); in crypto_sha1_import_core()
178 return __crypto_sha1_import_core(&ctx->sha_ctx, in); in crypto_hmac_sha1_import_core()