Home
last modified time | relevance | path

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

/linux/crypto/
H A Dmd5.c39 static int __crypto_md5_import(struct md5_ctx *ctx, const void *in) in __crypto_md5_import() function
102 return __crypto_md5_import(MD5_CTX(desc), in); in crypto_md5_import()
161 return __crypto_md5_import(&ctx->hash_ctx, in); in crypto_hmac_md5_import()