/linux-6.3-rc2/fs/ubifs/ |
A D | auth.c | 47 u8 *hmac) in ubifs_hash_calc_hmac() 389 int len, int ofs_hmac, void *hmac) in ubifs_node_calc_hmac() 452 u8 *hmac; in __ubifs_node_verify_hmac() local 509 int ubifs_hmac_wkm(struct ubifs_info *c, u8 *hmac) in ubifs_hmac_wkm() 543 bool ubifs_hmac_zero(struct ubifs_info *c, const u8 *hmac) in ubifs_hmac_zero()
|
A D | ubifs-media.h | 678 __u8 hmac[UBIFS_MAX_HMAC_LEN]; member 754 __u8 hmac[UBIFS_MAX_HMAC_LEN]; member 781 __u8 hmac[]; member
|
A D | replay.c | 599 u8 hmac[UBIFS_HMAC_ARR_SZ]; in authenticate_sleb() local
|
/linux-6.3-rc2/drivers/crypto/ |
A D | atmel-sha.c | 1690 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 …]
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | seg6_hmac.h | 15 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
|
/linux-6.3-rc2/net/mptcp/ |
A D | crypto.c | 44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) in mptcp_crypto_hmac_sha()
|
A D | crypto_test.c | 35 char hmac[32], hmac_hex[65]; in mptcp_crypto_test_basic() local
|
A D | subflow.c | 52 void *hmac) in subflow_generate_hmac() 74 u8 hmac[SHA256_DIGEST_SIZE]; in subflow_req_create_thmac() local 381 u8 hmac[SHA256_DIGEST_SIZE]; in subflow_thmac_valid() local 497 u8 hmac[SHA256_DIGEST_SIZE]; in subflow_finish_connect() local 679 u8 hmac[SHA256_DIGEST_SIZE]; in subflow_hmac_valid() local
|
A D | options.c | 628 u8 hmac[SHA256_DIGEST_SIZE]; in add_addr_generate_hmac() local 1090 u64 hmac = 0; in add_addr_hmac_valid() local
|
/linux-6.3-rc2/drivers/nvme/target/ |
A D | auth.c | 37 const char *hmac = nvme_auth_hmac_name(key_hash); in nvmet_auth_set_key() local
|
/linux-6.3-rc2/drivers/crypto/ccree/ |
A D | cc_aead.c | 52 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
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | gss_krb5_crypto.c | 773 struct xdr_netobj hmac; in gss_krb5_aes_encrypt() local 1007 struct xdr_netobj hmac; in krb5_etm_encrypt() local
|
/linux-6.3-rc2/drivers/nvme/common/ |
A D | auth.c | 91 const char hmac[15]; member
|
/linux-6.3-rc2/drivers/crypto/cavium/cpt/ |
A D | cptvf_algs.h | 95 struct fchmac_context hmac; member
|
/linux-6.3-rc2/security/keys/trusted-keys/ |
A D | trusted_tpm2.c | 202 const u8 *hmac, u16 hmac_len) in tpm2_buf_append_auth()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-hash.c | 505 int hmac = 0; in sun8i_ss_hash_run() local
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/ |
A D | otx_cptvf_algs.h | 126 union otx_cpt_fchmac_ctx hmac; member
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptvf_algs.h | 116 union otx2_cpt_fc_hmac_ctx hmac; member
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | domain.c | 704 u8 hmac[TB_SWITCH_KEY_SIZE]; in tb_domain_challenge_switch_key() local
|
/linux-6.3-rc2/drivers/net/wireguard/ |
A D | noise.c | 305 static void hmac(u8 *out, const u8 *in, const u8 *key, const size_t inlen, const size_t keylen) in hmac() function
|
/linux-6.3-rc2/include/net/ |
A D | mptcp.h | 93 u8 hmac[MPTCPOPT_HMAC_LEN]; member
|
/linux-6.3-rc2/tools/testing/selftests/tpm2/ |
A D | tpm2.py | 252 session_attributes=0, hmac=bytes()): argument
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | auth.c | 80 char *hmac) in ksmbd_gen_sess_key()
|
/linux-6.3-rc2/security/keys/encrypted-keys/ |
A D | encrypted.c | 687 u8 *hmac; in encrypted_key_decrypt() local
|
/linux-6.3-rc2/net/ceph/ |
A D | messenger_v2.c | 787 int kvec_cnt, u8 *hmac) in hmac_sha256() 2224 u8 hmac[SHA256_DIGEST_SIZE]; in process_auth_signature() local
|