Home
last modified time | relevance | path

Searched refs:hmac_sha256_key (Results 1 – 11 of 11) 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/include/net/
H A Dseg6_hmac.h38 struct hmac_sha256_key sha256;
/linux/net/ceph/
H A Dcrypto.h24 struct hmac_sha256_key hmac_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/tests/
H A Dsha256_kunit.c15 #define HMAC_KEY 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 */
/linux/include/net/sctp/
H A Dstructs.h1301 struct hmac_sha256_key cookie_auth_key;
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c110 struct hmac_sha256_key key; in qat_alg_do_precomputes()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c287 struct hmac_sha256_key sha256; in chcr_prepare_hmac_key()