Home
last modified time | relevance | path

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

/linux/crypto/
H A Dmd5.c55 static int __crypto_md5_import_core(struct md5_ctx *ctx, const void *in) in __crypto_md5_import_core() function
112 return __crypto_md5_import_core(MD5_CTX(desc), in); in crypto_md5_import_core()
174 return __crypto_md5_import_core(&ctx->hash_ctx, in); in crypto_hmac_md5_import_core()