Home
last modified time | relevance | path

Searched defs:hmac (Results 1 - 25 of 115) sorted by relevance

12345

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dseg6_hmac.h15 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dseg6_hmac.h15 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dseg6_hmac.h29 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dseg6_hmac.h16 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dseg6_hmac.h29 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
/kernel/linux/linux-5.10/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() argument
H A Dcrypto_test.c35 char hmac[32], hmac_hex[65]; in mptcp_crypto_test_basic() local
/kernel/linux/linux-6.6/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() argument
H A Dcrypto_test.c35 char hmac[32], hmac_hex[65]; in mptcp_crypto_test_basic() local
/third_party/ffmpeg/libavformat/
H A Drtmpdigest.c37 AVHMAC *hmac; in ff_rtmp_calc_digest() local
[all...]
H A Dsrtp.h32 struct AVHMAC *hmac; member
H A Dsrtp.c128 uint8_t iv[16] = { 0 }, hmac[20]; in ff_srtp_decrypt() local
241 uint8_t iv[16] = { 0 }, hmac[20]; ff_srtp_encrypt() local
[all...]
/third_party/ffmpeg/libavutil/tests/
H A Dhmac.c24 static void test(AVHMAC *hmac, const uint8_t *key, int keylen, in test() argument
44 AVHMAC *hmac; in main() local
[all...]
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
H A Diso_client_protocol_task.c215 uint8_t *hmac = (uint8_t *)HcMalloc(HMAC_LEN, 0); in GenerateSessionKey() local
/kernel/linux/linux-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm2.c34 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
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-genhash.h62 const mbedtls_md_info_t *hmac; member
73 const mbedtls_md_info_t *hmac; member
/third_party/libcoap/src/oscore/
H A Doscore_crypto.c57 oscore_hmac_hash(cose_hmac_alg_t hmac_alg, coap_bin_const_t *key, coap_bin_const_t *data, coap_bin_const_t **hmac) oscore_hmac_hash() argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/
H A DMakefile[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dauth.c37 const char *hmac = nvme_auth_hmac_name(key_hash); in nvmet_auth_set_key() local
/third_party/mbedtls/library/
H A Dpsa_crypto_mac.c24 psa_hmac_abort_internal( mbedtls_psa_hmac_operation_t *hmac) psa_hmac_abort_internal() argument
31 psa_hmac_setup_internal( mbedtls_psa_hmac_operation_t *hmac, const uint8_t *key, size_t key_length, psa_algorithm_t hash_alg) psa_hmac_setup_internal() argument
103 psa_hmac_update_internal( mbedtls_psa_hmac_operation_t *hmac, const uint8_t *data, size_t data_length) psa_hmac_update_internal() argument
111 psa_hmac_finish_internal( mbedtls_psa_hmac_operation_t *hmac, uint8_t *mac, size_t mac_size) psa_hmac_finish_internal() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_hmac.cc89 Hmac* hmac; in HmacInit() local
118 Hmac* hmac; in HmacDigest() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_mutl.c87 HMAC_CTX *hmac = NULL; in pkcs12_gen_mac() local
/third_party/openssl/crypto/pkcs12/
H A Dp12_mutl.c87 HMAC_CTX *hmac = NULL; in pkcs12_gen_mac() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmd_ctx.rs74 let mut hmac = vec![]; variables
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dmod.rs50 mod hmac; modules

Completed in 8 milliseconds

12345