| /linux/drivers/nvme/common/ |
| H A D | auth.c | 91 char hmac[15]; member 231 int nvme_auth_hmac_init(struct nvme_auth_hmac_ctx *hmac, u8 hmac_id, in nvme_auth_hmac_init() 251 void nvme_auth_hmac_update(struct nvme_auth_hmac_ctx *hmac, const u8 *data, in nvme_auth_hmac_update() 271 void nvme_auth_hmac_final(struct nvme_auth_hmac_ctx *hmac, u8 *out) in nvme_auth_hmac_final() 292 struct nvme_auth_hmac_ctx hmac; in nvme_auth_hmac() local 323 struct nvme_auth_hmac_ctx hmac; in nvme_auth_transform_key() local 541 struct nvme_auth_hmac_ctx hmac; in nvme_auth_generate_psk() local 604 struct nvme_auth_hmac_ctx hmac; in nvme_auth_generate_digest() local
|
| H A D | keyring.c | 93 u8 hmac, u8 psk_ver, bool generated) in nvme_tls_psk_lookup()
|
| /linux/drivers/crypto/ |
| H A D | atmel-sha.c | 1681 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup() local 1741 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_prehash_key_done() local 1758 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_compute_ipad_hash() local 1778 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_compute_opad_hash() local 1794 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup_done() local 1844 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setkey() local 1865 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_init_done() local 1882 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_final() local 1941 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_digest2() local 2016 struct atmel_sha_hmac_ctx *hmac = crypto_tfm_ctx(tfm); in atmel_sha_hmac_cra_init() local [all …]
|
| /linux/drivers/nvme/target/ |
| H A D | auth.c | 283 struct nvme_auth_hmac_ctx hmac; in nvmet_auth_host_hash() local 355 struct nvme_auth_hmac_ctx hmac; in nvmet_auth_ctrl_hash() local
|
| /linux/include/uapi/linux/ |
| H A D | seg6_hmac.h | 15 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
|
| /linux/net/mptcp/ |
| H A D | crypto_test.c | 35 char hmac[32], hmac_hex[65]; in mptcp_crypto_test_basic() local
|
| H A D | subflow.c | 51 void *hmac) in subflow_generate_hmac() 73 u8 hmac[SHA256_DIGEST_SIZE]; in subflow_req_create_thmac() local 413 u8 hmac[SHA256_DIGEST_SIZE]; in subflow_thmac_valid() local 565 u8 hmac[SHA256_DIGEST_SIZE]; in subflow_finish_connect() local 755 u8 hmac[SHA256_DIGEST_SIZE]; in subflow_hmac_valid() local
|
| H A D | options.c | 696 u8 hmac[SHA256_DIGEST_SIZE]; in add_addr_generate_hmac() local 1178 u64 hmac = 0; in add_addr_hmac_valid() local
|
| H A D | protocol.h | 173 u8 hmac[MPTCPOPT_HMAC_LEN]; member
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 586 struct xdr_netobj hmac; gss_krb5_aes_encrypt() local 818 struct xdr_netobj hmac; krb5_etm_encrypt() local
|
| /linux/drivers/nvme/host/ |
| H A D | auth.c | 418 struct nvme_auth_hmac_ctx hmac; in nvme_auth_dhchap_setup_host_response() local 488 struct nvme_auth_hmac_ctx hmac; in nvme_auth_dhchap_setup_ctrl_response() local
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.h | 95 struct fchmac_context hmac; member
|
| /linux/fs/ubifs/ |
| H 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
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm2.c | 207 tpm2_buf_append_auth(struct tpm_buf * buf,u32 session_handle,const u8 * nonce,u16 nonce_len,u8 attributes,const u8 * hmac,u16 hmac_len) tpm2_buf_append_auth() argument
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 501 int hmac = 0; in sun8i_ss_hash_run() local
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.h | 126 union otx_cpt_fchmac_ctx hmac; member
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.h | 117 union otx2_cpt_fc_hmac_ctx hmac; member
|
| /linux/drivers/net/wireguard/ |
| H 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/include/net/ |
| H A D | mptcp.h | 94 u8 hmac[MPTCPOPT_HMAC_LEN]; member
|
| /linux/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 659 u8 *hmac; encrypted_key_decrypt() local
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 252 session_attributes=0, hmac=bytes()): argument
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 42 bool hmac; member
|
| /linux/net/ceph/ |
| H A D | messenger_v2.c | 2427 u8 hmac[SHA256_DIGEST_SIZE]; process_auth_signature() local
|
| /linux/net/sctp/ |
| H A D | sm_statefuns.c | 4408 const struct sctp_hmac *hmac; in sctp_sf_authenticate() local
|
| /linux/fs/smb/client/ |
| H A D | cifsglob.h | 2329 struct hmac_sha256_ctx *hmac; member
|