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