Searched refs:hmac_sha1_key (Results 1 – 4 of 4) sorted by relevance
104 struct hmac_sha1_key { struct130 void hmac_sha1_preparekey(struct hmac_sha1_key *key,142 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key);198 void hmac_sha1(const struct hmac_sha1_key *key,
14 #define HMAC_KEY hmac_sha1_key
119 #define HMAC_SHA1_KEY(tfm) ((struct hmac_sha1_key *)crypto_shash_ctx(tfm))205 .base.cra_ctxsize = sizeof(struct hmac_sha1_key),
267 void hmac_sha1_preparekey(struct hmac_sha1_key *key, in hmac_sha1_preparekey()275 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key) in hmac_sha1_init()311 void hmac_sha1(const struct hmac_sha1_key *key, in hmac_sha1()