Searched refs:__crypto_md5_import (Results 1 – 1 of 1) sorted by relevance
39 static int __crypto_md5_import(struct md5_ctx *ctx, const void *in) in __crypto_md5_import() function102 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()