Searched refs:hmac_sha256_key (Results 1 – 5 of 5) 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,
251 #define HMAC_SHA256_KEY(tfm) ((struct hmac_sha256_key *)crypto_shash_ctx(tfm))380 .base.cra_ctxsize = sizeof(struct 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 */