Home
last modified time | relevance | path

Searched refs:hmac_sha256_key (Results 1 – 5 of 5) sorted by relevance

/linux/include/crypto/
H A Dsha2.h413 struct hmac_sha256_key { struct
436 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,
/linux/crypto/
H A Dsha256.c251 #define HMAC_SHA256_KEY(tfm) ((struct hmac_sha256_key *)crypto_shash_ctx(tfm))
380 .base.cra_ctxsize = sizeof(struct hmac_sha256_key),
/linux/lib/crypto/
H A Dsha256.c369 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()
/linux/net/sctp/
H A Dendpointola.c38 static void gen_cookie_auth_key(struct hmac_sha256_key *key) in gen_cookie_auth_key()
/linux/include/linux/ceph/
H A Dmessenger.h416 struct hmac_sha256_key hmac_key; /* post-auth signature */