Searched refs:hmac_md5_key (Results 1 – 4 of 4) sorted by relevance
96 struct hmac_md5_key { struct122 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,
14 #define HMAC_KEY hmac_md5_key
115 #define HMAC_MD5_KEY(tfm) ((struct hmac_md5_key *)crypto_shash_ctx(tfm))201 .base.cra_ctxsize = sizeof(struct hmac_md5_key),
241 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()