Searched refs:hmac_sha256_key (Results 1 – 4 of 4) sorted by relevance
382 struct hmac_sha256_key { struct405 void hmac_sha256_preparekey(struct hmac_sha256_key *key,418 const struct hmac_sha256_key *key) in hmac_sha256_init()476 void hmac_sha256(const struct hmac_sha256_key *key,
14 #define HMAC_KEY hmac_sha256_key
251 #define HMAC_SHA256_KEY(tfm) ((struct hmac_sha256_key *)crypto_shash_ctx(tfm))380 .base.cra_ctxsize = sizeof(struct hmac_sha256_key),
307 void hmac_sha256_preparekey(struct hmac_sha256_key *key, in hmac_sha256_preparekey()385 void hmac_sha256(const struct hmac_sha256_key *key, in hmac_sha256()