Home
last modified time | relevance | path

Searched defs:cipher (Results 351 - 375 of 665) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/openssl/engines/
H A De_devcrypto.c580 static int devcrypto_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in devcrypto_ciphers() argument
[all...]
/third_party/openssl/ssl/
H A Ds3_lib.c3585 const SSL_CIPHER *cipher; in ssl3_ctrl() local
/third_party/openssl/test/
H A Devp_kdf_test.c1308 static char *cipher = "AES128"; in test_kdf_kbkdf_fixedinfo() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsymm.rs691 fn cipher( cipher() functions
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_module_tests.c308 u8 cipher[] = { 0x19, 0xDD, 0x5C, 0x4C, 0x93, 0x31, 0x04, 0x9D, in test_eax() local
354 u8 cipher[32]; in test_cbc() member
475 u8 key[16], plain[16], cipher[1 in test_ecb() local
[all...]
H A Dtls_gnutls.c1677 gnutls_cipher_algorithm_t cipher; in tls_get_cipher() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_fast.c1622 char cipher[80]; in eap_fast_process() local
H A Deap_teap.c1823 char cipher[80]; in eap_teap_process() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_fast.c551 char cipher[64]; in eap_fast_phase1_done() local
H A Deap_server_teap.c491 char cipher[64]; in eap_teap_phase1_done() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dap.c467 int cipher = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap() local
477 int cipher = WPA_CIPHER_WEP40; in wpa_supplicant_conf_ap() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_glue.c940 static void hostapd_store_ptksa(void *ctx, const u8 *addr,int cipher, in hostapd_store_ptksa() argument
949 static void hostapd_clear_ptksa(void *ctx, const u8 *addr, int cipher) in hostapd_clear_ptksa() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_module_tests.c308 u8 cipher[] = { 0x19, 0xDD, 0x5C, 0x4C, 0x93, 0x31, 0x04, 0x9D, in test_eax() local
354 u8 cipher[32]; in test_cbc() member
475 u8 key[16], plain[16], cipher[1 in test_ecb() local
[all...]
H A Dtls_gnutls.c1677 gnutls_cipher_algorithm_t cipher; in tls_get_cipher() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_fast.c1642 char cipher[80]; in eap_fast_process() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_fast.c553 char cipher[64]; in eap_fast_phase1_done() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dap.c680 int cipher = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap() local
690 int cipher = WPA_CIPHER_WEP40; in wpa_supplicant_conf_ap() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dtalitos.c1490 static int skcipher_setkey(struct crypto_skcipher *cipher, in skcipher_setkey() argument
1507 static int skcipher_des_setkey(struct crypto_skcipher *cipher, in skcipher_des_setkey() argument
1514 skcipher_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) skcipher_des3_setkey() argument
1521 skcipher_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) skcipher_aes_setkey() argument
1550 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); skcipher_done() local
1571 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); common_nonsnoop() local
1641 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); skcipher_edesc_alloc() local
1652 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); skcipher_encrypt() local
1677 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); skcipher_decrypt() local
[all...]
H A Dpicoxcell_crypto.c733 static int spacc_des_setkey(struct crypto_skcipher *cipher, const u8 *key, in spacc_des_setkey() argument
753 spacc_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int len) spacc_des3_setkey() argument
773 spacc_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int len) spacc_aes_setkey() argument
814 spacc_kasumi_f8_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int len) spacc_kasumi_f8_setkey() argument
1041 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); spacc_ablk_encrypt() local
1050 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); spacc_ablk_decrypt() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dcipher.c1766 des_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) des_setkey() argument
1780 threedes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) threedes_setkey() argument
1794 aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) aes_setkey() argument
1821 skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) skcipher_setkey() argument
2758 aead_authenc_setkey(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) aead_authenc_setkey() argument
2853 aead_gcm_ccm_setkey(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) aead_gcm_ccm_setkey() argument
2935 aead_gcm_esp_setkey(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) aead_gcm_esp_setkey() argument
2967 rfc4543_gcm_esp_setkey(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) rfc4543_gcm_esp_setkey() argument
3000 aead_ccm_esp_setkey(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) aead_ccm_esp_setkey() argument
3020 aead_setauthsize(struct crypto_aead *cipher, unsigned int authsize) aead_setauthsize() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c990 u8 bd_type, cipher; in sec_skcipher_bd_fill() local
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c78 struct crypto_cipher *cipher; in chcr_ktls_save_keys() local
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c151 mwifiex_is_rsn_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) in mwifiex_is_rsn_oui_present() argument
177 mwifiex_is_wpa_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) in mwifiex_is_wpa_oui_present() argument
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c863 enum mt7603_cipher_type cipher; in mt7603_wtbl_set_key() local
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c3976 iwl_mvm_add_pasn_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct iwl_mvm_int_sta *sta, u8 *addr, u32 cipher, u8 *key, u32 key_len) iwl_mvm_add_pasn_sta() argument
[all...]

Completed in 52 milliseconds

1...<<11121314151617181920>>...27