Searched refs:hmac_md5_init (Results 1 – 4 of 4) sorted by relevance
17 #define HMAC_INIT hmac_md5_init
248 void hmac_md5_init(struct hmac_md5_ctx *ctx, const struct hmac_md5_key *key) in hmac_md5_init() function254 EXPORT_SYMBOL_GPL(hmac_md5_init);289 hmac_md5_init(&ctx, key); in hmac_md5()
134 void hmac_md5_init(struct hmac_md5_ctx *ctx, const struct hmac_md5_key *key);
127 hmac_md5_init(HMAC_MD5_CTX(desc), HMAC_MD5_KEY(desc->tfm)); in crypto_hmac_md5_init()