Searched refs:hmac_sha256_key (Results 1 – 11 of 11) sorted by relevance
413 struct hmac_sha256_key { struct436 void hmac_sha256_preparekey(struct hmac_sha256_key *key,449 const struct hmac_sha256_key *key) in hmac_sha256_init()508 void hmac_sha256(const struct hmac_sha256_key *key,
38 struct hmac_sha256_key sha256;
24 struct hmac_sha256_key hmac_key;
251 #define HMAC_SHA256_KEY(tfm) ((struct hmac_sha256_key *)crypto_shash_ctx(tfm))380 .base.cra_ctxsize = sizeof(struct hmac_sha256_key),
15 #define HMAC_KEY hmac_sha256_key
369 void hmac_sha256_preparekey(struct hmac_sha256_key *key, in hmac_sha256_preparekey()447 void hmac_sha256(const struct hmac_sha256_key *key, in hmac_sha256()
38 static void gen_cookie_auth_key(struct hmac_sha256_key *key) in gen_cookie_auth_key()
416 struct hmac_sha256_key hmac_key; /* post-auth signature */
1301 struct hmac_sha256_key cookie_auth_key;
110 struct hmac_sha256_key key; in qat_alg_do_precomputes()
287 struct hmac_sha256_key sha256; in chcr_prepare_hmac_key()