/third_party/openssl/test/ |
H A D | destest.c | 716 EVP_CIPHER *cipher = NULL; in test_des_key_wrap() local 846 EVP_CIPHER *cipher = NULL; in test_des_two_key() local [all...] |
H A D | evp_libctx_test.c | 318 EVP_CIPHER *cipher = NULL; in test_cipher_reinit() local 407 EVP_CIPHER *cipher = NULL; test_cipher_reinit_partialupdate() local 483 collect_cipher_names(EVP_CIPHER *cipher, void *cipher_names_list) collect_cipher_names() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_linux.c | 784 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | ikev2_common.c | 178 struct crypto_cipher *cipher; in ikev2_encr_encrypt() local 213 struct crypto_cipher *cipher; in ikev2_encr_decrypt() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.c | 1546 int cipher = WPA_CIPHER_NONE; in hostapd_set_security_params() local 1567 int cipher in hostapd_set_security_params() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_linux.c | 784 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | ikev2_common.c | 178 struct crypto_cipher *cipher; in ikev2_encr_encrypt() local 213 struct crypto_cipher *cipher; in ikev2_encr_decrypt() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | tdls.c | 108 int cipher; /* Selected cipher (WPA_CIPHER_*) */ member [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | pasn_supplicant.c | 33 int cipher; member 67 wpas_pasn_auth_status(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u8 status, struct wpabuf *comeback, u16 comeback_after) wpas_pasn_auth_status() argument 1005 wpas_pasn_start(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u16 group, int freq, const u8 *beacon_rsne, u8 beacon_rsne_len, const u8 *beacon_rsnxe, u8 beacon_rsnxe_len, int network_id, struct wpabuf *comeback) wpas_pasn_start() argument 1132 wpas_pasn_allowed(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher) wpas_pasn_allowed() argument 1239 wpas_pasn_auth_start(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u16 group, int network_id, const u8 *comeback, size_t comeback_len) wpas_pasn_auth_start() argument 1328 int cipher = pasn->cipher; wpas_pasn_immediate_retry() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_config.c | 1315 int cipher = WPA_CIPHER_NONE; in hostapd_set_security_params() local 1333 int cipher = WPA_CIPHER_WEP40; in hostapd_set_security_params() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | cryptd.c | 341 struct crypto_skcipher *cipher; in cryptd_skcipher_init_tfm() local 795 struct crypto_aead *cipher; in cryptd_aead_init_tfm() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | omap-des.c | 657 static int omap_des_setkey(struct crypto_skcipher *cipher, const u8 *key, in omap_des_setkey() argument 675 static int omap_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in omap_des3_setkey() argument
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_aead.c | 775 struct scatterlist *cipher = in cc_proc_authen_desc() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/ |
H A D | cryp_core.c | 826 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in ablk_dma_crypt() local 884 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in ablk_crypt() local 942 static int aes_skcipher_setkey(struct crypto_skcipher *cipher, in aes_skcipher_setkey() argument 975 static int des_skcipher_setkey(struct crypto_skcipher *cipher, in des_skcipher_setkey() argument 994 des3_skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) des3_skcipher_setkey() argument 1015 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); cryp_blk_encrypt() local 1033 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); cryp_blk_decrypt() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_algs.c | 41 struct icp_qat_hw_cipher_algo_blk cipher; member 46 struct icp_qat_hw_cipher_algo_blk cipher; member 247 struct icp_qat_hw_cipher_algo_blk *cipher = &enc_ctx->cipher; in qat_alg_aead_init_enc_session() local 329 struct icp_qat_hw_cipher_algo_blk *cipher = in qat_alg_aead_init_dec_session() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.h | 195 struct cipher_op cipher; member
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_algs.c | 739 static int aead_hmac_init(struct crypto_aead *cipher) in aead_hmac_init() argument 835 static int otx_cpt_aead_cbc_aes_sha_setkey(struct crypto_aead *cipher, in otx_cpt_aead_cbc_aes_sha_setkey() argument 894 static int otx_cpt_aead_ecb_null_sha_setkey(struct crypto_aead *cipher, in otx_cpt_aead_ecb_null_sha_setkey() argument 930 static int otx_cpt_aead_gcm_aes_setkey(struct crypto_aead *cipher, in otx_cpt_aead_gcm_aes_setkey() argument [all...] |
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | qcom_scm.c | 1015 qcom_scm_ice_set_key(u32 index, const u8 *key, u32 key_size, enum qcom_scm_ice_cipher cipher, u32 data_unit_size) qcom_scm_ice_set_key() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 91 u8 cipher; member 96 iwl_mvm_ftm_add_pasn_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u8 *addr, u32 cipher, u8 *tk, u32 tk_len, u8 *hltk, u32 hltk_len) iwl_mvm_ftm_add_pasn_sta() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_mac.c | 61 enum mt76x02_cipher_type cipher; in mt76x02_mac_shared_key_setup() local 84 enum mt76x02_cipher_type cipher; in mt76x02_mac_wcid_sync_pn() local 109 enum mt76x02_cipher_type cipher; in mt76x02_mac_wcid_set_key() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | netdev.h | 45 u32 cipher; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.h | 179 u8 cipher; member 322 enum cipher cipher; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_91x_mgmt.c | 793 rsi_hal_load_key(struct rsi_common *common, u8 *data, u16 key_len, u8 key_type, u8 key_id, u32 cipher, s16 sta_id, struct ieee80211_vif *vif) rsi_hal_load_key() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/crypto/ |
H A D | ipsec.c | 100 uint32_t cipher :4; /* From nfp_ipsec_sa_cipher */ member
|
/kernel/linux/linux-6.6/drivers/crypto/aspeed/ |
H A D | aspeed-acry.c | 148 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_do_fallback() local 166 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_need_fallback() local 186 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_do_request() local 350 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_rsa_trigger() local 415 struct crypto_akcipher *cipher in aspeed_acry_rsa_enc() local 427 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); aspeed_acry_rsa_dec() local [all...] |