Home
last modified time | relevance | path

Searched defs:cmac (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dmacsignature.h23 int cmac; member
/third_party/openssl/providers/implementations/include/prov/
Dmacsignature.h23 int cmac; member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dmod.rs41 mod cmac; module
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
Dmac_legacy_kmgmt.c64 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac) in ossl_mac_key_new()
/third_party/openssl/providers/implementations/keymgmt/
Dmac_legacy_kmgmt.c64 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac) in ossl_mac_key_new()
/third_party/openssl/include/crypto/
Dmodes.h155 } nonce, cmac; member
/third_party/node/deps/openssl/openssl/include/crypto/
Dmodes.h155 } nonce, cmac; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_fast.c1184 u8 cmac[SHA1_MAC_LEN]; in eap_fast_validate_crypto_binding() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_fast.c1198 u8 cmac[SHA1_MAC_LEN]; in eap_fast_validate_crypto_binding() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_fast.c760 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; in eap_fast_process_crypto_binding() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_fast.c780 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; in eap_fast_process_crypto_binding() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs485 pub fn cmac(cipher: &Cipher, key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in cmac() method
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_kay.c1836 u8 cmac[MAX_ICV_LEN]; in ieee802_1x_mka_encode_icv_body() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay.c1873 u8 cmac[MAX_ICV_LEN]; in ieee802_1x_mka_encode_icv_body() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_wolfssl.c967 Cmac cmac; in omac1_aes_vector() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_wolfssl.c971 Cmac cmac; in omac1_aes_vector() local