Home
last modified time | relevance | path

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

12

/openbmc/qemu/crypto/
H A Dhmac.c18 int qcrypto_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_hmac_bytesv()
30 int qcrypto_hmac_bytes(QCryptoHmac *hmac, in qcrypto_hmac_bytes()
45 int qcrypto_hmac_digestv(QCryptoHmac *hmac, in qcrypto_hmac_digestv()
72 int qcrypto_hmac_digest(QCryptoHmac *hmac, in qcrypto_hmac_digest()
90 QCryptoHmac *hmac; in qcrypto_hmac_new() local
118 void qcrypto_hmac_free(QCryptoHmac *hmac) in qcrypto_hmac_free()
H A Dhash-afalg.c117 qcrypto_afalg_hash_hmac_bytesv(QCryptoAFAlg *hmac, in qcrypto_afalg_hash_hmac_bytesv()
187 qcrypto_afalg_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_afalg_hmac_bytesv()
198 static void qcrypto_afalg_hmac_ctx_free(QCryptoHmac *hmac) in qcrypto_afalg_hmac_ctx_free()
H A Dhmac-glib.c74 qcrypto_glib_hmac_ctx_free(QCryptoHmac *hmac) in qcrypto_glib_hmac_ctx_free()
85 qcrypto_glib_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_glib_hmac_bytesv()
H A Dhmac-gcrypt.c85 qcrypto_gcrypt_hmac_ctx_free(QCryptoHmac *hmac) in qcrypto_gcrypt_hmac_ctx_free()
96 qcrypto_gcrypt_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_gcrypt_hmac_bytesv()
H A Dhmac-gnutls.c87 qcrypto_gnutls_hmac_ctx_free(QCryptoHmac *hmac) in qcrypto_gnutls_hmac_ctx_free()
98 qcrypto_gnutls_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_gnutls_hmac_bytesv()
H A Dhmac-nettle.c124 qcrypto_nettle_hmac_ctx_free(QCryptoHmac *hmac) in qcrypto_nettle_hmac_ctx_free()
133 qcrypto_nettle_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_nettle_hmac_bytesv()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-hmac.c89 QCryptoHmac *hmac = NULL; in test_hmac_alloc() local
128 QCryptoHmac *hmac = NULL; in test_hmac_prealloc() local
171 QCryptoHmac *hmac = NULL; in test_hmac_iov() local
214 QCryptoHmac *hmac = NULL; in test_hmac_digest() local
/openbmc/linux/fs/ubifs/
H A Dauth.c47 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()
H A Dubifs-media.h678 __u8 hmac[UBIFS_MAX_HMAC_LEN]; member
754 __u8 hmac[UBIFS_MAX_HMAC_LEN]; member
781 __u8 hmac[]; member
/openbmc/linux/drivers/crypto/
H A 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
1788 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_compute_opad_hash() local
1804 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup_done() local
1854 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setkey() local
1875 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_init_done() local
1892 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_final() local
1951 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_digest2() local
2026 struct atmel_sha_hmac_ctx *hmac = crypto_tfm_ctx(tfm); in atmel_sha_hmac_cra_init() local
[all …]
/openbmc/linux/include/uapi/linux/
H A Dseg6_hmac.h15 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-hmac.c23 QCryptoHmac *hmac = NULL; in test_hmac_speed() local
/openbmc/linux/net/mptcp/
H A Dcrypto.c44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) in mptcp_crypto_hmac_sha()
H A Dcrypto_test.c35 char hmac[32], hmac_hex[65]; in mptcp_crypto_test_basic() local
H A Dsubflow.c52 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
528 u8 hmac[SHA256_DIGEST_SIZE]; in subflow_finish_connect() local
709 u8 hmac[SHA256_DIGEST_SIZE]; in subflow_hmac_valid() local
H A Doptions.c626 u8 hmac[SHA256_DIGEST_SIZE]; in add_addr_generate_hmac() local
1098 u64 hmac = 0; in add_addr_hmac_valid() local
/openbmc/u-boot/board/gdsys/a38x/
H A Dkeyprogram.c109 struct key_program *result = NULL, *hmac = NULL; in parse_and_check_keyprog() local
/openbmc/linux/drivers/nvme/target/
H A Dauth.c37 const char *hmac = nvme_auth_hmac_name(key_hash); in nvmet_auth_set_key() local
/openbmc/linux/drivers/crypto/ccree/
H A 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
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c785 struct xdr_netobj hmac; in gss_krb5_aes_encrypt() local
1017 struct xdr_netobj hmac; in krb5_etm_encrypt() local
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.h95 struct fchmac_context hmac; member
/openbmc/linux/drivers/nvme/common/
H A Dauth.c91 const char hmac[15]; member
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c754 static int check_hmac(struct key_program *hmac, in check_hmac()
793 struct key_program *result = NULL, *hmac = NULL; in load_sd_key_program() local
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c215 const u8 *hmac, u16 hmac_len) in tpm2_buf_append_auth()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c513 int hmac = 0; in sun8i_ss_hash_run() local

12