Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dmd5.h96 struct hmac_md5_key { struct
122 void hmac_md5_preparekey(struct hmac_md5_key *key,
134 void hmac_md5_init(struct hmac_md5_ctx *ctx, const struct hmac_md5_key *key);
189 void hmac_md5(const struct hmac_md5_key *key,
/linux/lib/crypto/tests/
H A Dmd5_kunit.c14 #define HMAC_KEY hmac_md5_key
/linux/crypto/
H A Dmd5.c115 #define HMAC_MD5_KEY(tfm) ((struct hmac_md5_key *)crypto_shash_ctx(tfm))
201 .base.cra_ctxsize = sizeof(struct hmac_md5_key),
/linux/lib/crypto/
H A Dmd5.c241 void hmac_md5_preparekey(struct hmac_md5_key *key, in hmac_md5_preparekey()
248 void hmac_md5_init(struct hmac_md5_ctx *ctx, const struct hmac_md5_key *key) in hmac_md5_init()
284 void hmac_md5(const struct hmac_md5_key *key, in hmac_md5()