Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 11 of 11) sorted by relevance

/drivers/crypto/
Datmel-sha.c1690 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup() local
1751 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_prehash_key_done() local
1768 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_compute_ipad_hash() local
1787 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_compute_opad_hash() local
1803 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup_done() local
1853 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setkey() local
1874 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_init_done() local
1891 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_final() local
1950 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_digest2() local
1999 struct atmel_sha_hmac_ctx *hmac = crypto_tfm_ctx(tfm); in atmel_sha_hmac_cra_init() local
[all …]
Dn2_core.c1305 struct n2_hmac_alg *hmac, *hmac_tmp; in __n2_unregister_algs() local
/drivers/crypto/ccree/
Dcc_aead.c52 struct cc_hmac_s hmac; member
95 struct cc_hmac_s *hmac = &ctx->auth_state.hmac; in cc_aead_exit() local
169 struct cc_hmac_s *hmac = &ctx->auth_state.hmac; in cc_aead_init() local
301 struct cc_hmac_s *hmac = &ctx->auth_state.hmac; in hmac_setkey() local
/drivers/crypto/cavium/cpt/
Dcptvf_algs.h95 struct fchmac_context hmac; member
/drivers/thunderbolt/
Ddomain.c712 u8 hmac[TB_SWITCH_KEY_SIZE]; in tb_domain_challenge_switch_key() local
/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.h116 union otx2_cpt_fc_hmac_ctx hmac; member
/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.h126 union otx_cpt_fchmac_ctx hmac; member
/drivers/net/wireguard/
Dnoise.c305 static void hmac(u8 *out, const u8 *in, const u8 *key, const size_t inlen, const size_t keylen) in hmac() function
/drivers/net/ethernet/3com/
Dtyphoon.c1345 u32 hmac; in typhoon_download_firmware() local
/drivers/crypto/inside-secure/
Dsafexcel_hash.c42 bool hmac; member
/drivers/crypto/axis/
Dartpec6_crypto.c2258 artpec6_crypto_init_hash(struct ahash_request *req, u8 type, int hmac) in artpec6_crypto_init_hash()