Home
last modified time | relevance | path

Searched defs:cmac (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dmacsignature.h23 int cmac; member
/third_party/openssl/providers/implementations/include/prov/
H A Dmacsignature.h23 int cmac; member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dmod.rs41 mod cmac; modules
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c64 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac) in ossl_mac_key_new() argument
/third_party/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c64 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac) in ossl_mac_key_new() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dgmac.h125 struct cmac { global() struct
[all...]
H A Dpm3393.c94 static int pmread(struct cmac *cmac, u32 reg, u32 * data32) in pmread() argument
100 static int pmwrite(struct cmac *cmac, u32 reg, u32 data32) in pmwrite() argument
107 static int pm3393_reset(struct cmac *cmac) in pm3393_reset() argument
120 static int pm3393_interrupt_enable(struct cmac *cmac) in pm3393_interrupt_enable() argument
160 pm3393_interrupt_disable(struct cmac *cmac) pm3393_interrupt_disable() argument
199 pm3393_interrupt_clear(struct cmac *cmac) pm3393_interrupt_clear() argument
244 pm3393_interrupt_handler(struct cmac *cmac) pm3393_interrupt_handler() argument
261 pm3393_enable(struct cmac *cmac, int which) pm3393_enable() argument
281 pm3393_enable_port(struct cmac *cmac, int which) pm3393_enable_port() argument
300 pm3393_disable(struct cmac *cmac, int which) pm3393_disable() argument
317 pm3393_loopback_enable(struct cmac *cmac) pm3393_loopback_enable() argument
322 pm3393_loopback_disable(struct cmac *cmac) pm3393_loopback_disable() argument
327 pm3393_set_mtu(struct cmac *cmac, int mtu) pm3393_set_mtu() argument
345 pm3393_set_rx_mode(struct cmac *cmac, struct t1_rx_mode *rm) pm3393_set_rx_mode() argument
397 pm3393_get_speed_duplex_fc(struct cmac *cmac, int *speed, int *duplex, int *fc) pm3393_get_speed_duplex_fc() argument
409 pm3393_set_speed_duplex_fc(struct cmac *cmac, int speed, int duplex, int fc) pm3393_set_speed_duplex_fc() argument
493 pm3393_macaddress_get(struct cmac *cmac, u8 mac_addr[6]) pm3393_macaddress_get() argument
499 pm3393_macaddress_set(struct cmac *cmac, u8 ma[6]) pm3393_macaddress_set() argument
562 pm3393_destroy(struct cmac *cmac) pm3393_destroy() argument
589 struct cmac *cmac; pm3393_mac_create() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dgmac.h116 struct cmac { global() struct
[all...]
H A Dpm3393.c85 static int pmread(struct cmac *cmac, u32 reg, u32 * data32) in pmread() argument
91 static int pmwrite(struct cmac *cmac, u32 reg, u32 data32) in pmwrite() argument
98 static int pm3393_reset(struct cmac *cmac) in pm3393_reset() argument
111 static int pm3393_interrupt_enable(struct cmac *cmac) in pm3393_interrupt_enable() argument
151 pm3393_interrupt_disable(struct cmac *cmac) pm3393_interrupt_disable() argument
190 pm3393_interrupt_clear(struct cmac *cmac) pm3393_interrupt_clear() argument
235 pm3393_interrupt_handler(struct cmac *cmac) pm3393_interrupt_handler() argument
252 pm3393_enable(struct cmac *cmac, int which) pm3393_enable() argument
272 pm3393_enable_port(struct cmac *cmac, int which) pm3393_enable_port() argument
291 pm3393_disable(struct cmac *cmac, int which) pm3393_disable() argument
308 pm3393_loopback_enable(struct cmac *cmac) pm3393_loopback_enable() argument
313 pm3393_loopback_disable(struct cmac *cmac) pm3393_loopback_disable() argument
318 pm3393_set_mtu(struct cmac *cmac, int mtu) pm3393_set_mtu() argument
336 pm3393_set_rx_mode(struct cmac *cmac, struct t1_rx_mode *rm) pm3393_set_rx_mode() argument
388 pm3393_get_speed_duplex_fc(struct cmac *cmac, int *speed, int *duplex, int *fc) pm3393_get_speed_duplex_fc() argument
400 pm3393_set_speed_duplex_fc(struct cmac *cmac, int speed, int duplex, int fc) pm3393_set_speed_duplex_fc() argument
484 pm3393_macaddress_get(struct cmac *cmac, u8 mac_addr[6]) pm3393_macaddress_get() argument
490 pm3393_macaddress_set(struct cmac *cmac, const u8 ma[6]) pm3393_macaddress_set() argument
553 pm3393_destroy(struct cmac *cmac) pm3393_destroy() argument
580 struct cmac *cmac; pm3393_mac_create() local
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h155 } nonce, cmac; member
/third_party/openssl/include/crypto/
H A Dmodes.h155 } nonce, cmac; member
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs485 pub fn cmac(cipher: &Cipher, key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in cmac() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_fast.c760 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; in eap_fast_process_crypto_binding() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A 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_peer/
H A Deap_fast.c780 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; in eap_fast_process_crypto_binding() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A 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/crypto/
H A Dcrypto_wolfssl.c967 Cmac cmac; in omac1_aes_vector() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.c1836 u8 cmac[MAX_ICV_LEN]; in ieee802_1x_mka_encode_icv_body() local
1856 os_memcpy(wpabuf_put(buf, length), cmac, length); in ieee802_1x_mka_encode_icv_body() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_wolfssl.c971 Cmac cmac; in omac1_aes_vector() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.c1873 u8 cmac[MAX_ICV_LEN]; in ieee802_1x_mka_encode_icv_body() local
1893 os_memcpy(wpabuf_put(buf, length), cmac, length); in ieee802_1x_mka_encode_icv_body() local
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h470 struct cmac { struct
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h470 struct cmac { struct
[all...]

Completed in 29 milliseconds