| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/common/ |
| D | ptksa_cache.h | 24 u32 cipher; member 55 ptksa_cache_get(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_get() 67 ptksa_cache_add(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher, in ptksa_cache_add() 74 const u8 *addr, u32 cipher) in ptksa_cache_flush()
|
| D | wpa_common.c | 411 struct wpa_ptk *ptk, int akmp, int cipher, in wpa_pmk_to_ptk() 675 u8 *ick, size_t *ick_len, int akmp, int cipher, in fils_pmk_to_ptk() 1279 static bool pasn_use_sha384(int akmp, int cipher) in pasn_use_sha384() 1305 struct wpa_ptk *ptk, int akmp, int cipher, in pasn_pmk_to_ptk() 1404 u8 pasn_mic_len(int akmp, int cipher) in pasn_mic_len() 1433 int pasn_mic(const u8 *kck, int akmp, int cipher, in pasn_mic() 1509 int pasn_auth_frame_hash(int akmp, int cipher, const u8 *data, size_t len, in pasn_auth_frame_hash() 1616 int wpa_cipher_valid_group(int cipher) in wpa_cipher_valid_group() 1623 int wpa_cipher_valid_mgmt_group(int cipher) in wpa_cipher_valid_mgmt_group() 2193 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher, in wpa_pmk_r1_to_ptk() [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/ |
| D | block_cipher.c | 20 int block_cipher_set_encrypt_key(BLOCK_CIPHER_KEY *key, const BLOCK_CIPHER *cipher, const uint8_t *… in block_cipher_set_encrypt_key() 28 int block_cipher_set_decrypt_key(BLOCK_CIPHER_KEY *key, const BLOCK_CIPHER *cipher, const uint8_t *… in block_cipher_set_decrypt_key()
|
| D | pkcs8.c | 271 int cipher, const uint8_t *iv, size_t ivlen, in pbes2_params_to_der() 288 int *cipher, const uint8_t **iv, size_t *ivlen, in pbes2_params_from_der() 333 int cipher, const uint8_t *iv, size_t ivlen, in pbes2_algor_to_der() 350 int *cipher, const uint8_t **iv, size_t *ivlen, in pbes2_algor_from_der() 399 int cipher, const uint8_t *iv, size_t ivlen, in pkcs8_enced_private_key_info_to_der() 417 int *cipher, const uint8_t **iv, size_t *ivlen, in pkcs8_enced_private_key_info_from_der()
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | wpa.h | 132 #define IS_CCX_CIPHER(cipher) ((cipher) == WPA_CIPHER_CKIP || \ argument 151 #define IS_WPA_CIPHER(cipher) ((cipher) == WPA_CIPHER_NONE || \ argument 162 #define IS_WPA_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \ argument 168 #define IS_WAPI_CIPHER(cipher) ((cipher) == WAPI_CIPHER_NONE || \ argument 175 #define WAPI_CIPHER_2_CSE_WPI(cipher) ((cipher) == WAPI_CIPHER_SMS4 ? \ argument 197 #define IS_VALID_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \ argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/tests/ |
| D | pkcs8test.c | 126 int cipher = OID_sm4_cbc; in test_pbes2_enc_algor() local 171 int cipher = OID_sm4_cbc; in test_pbes2_params() local 220 int cipher = OID_sm4_cbc; in test_pbes2_algor() local 268 int cipher = OID_sm4_cbc; in test_pkcs8_enced_private_key_info() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/crypto/ |
| D | aes-unwrap.c | 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
|
| D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/sdf/ |
| D | sdf_ext.c | 186 int SDF_NewECCCipher(ECCCipher **cipher, size_t ulDataLen) in SDF_NewECCCipher() 219 int SDF_FreeECCCipher(ECCCipher *cipher) in SDF_FreeECCCipher()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/demos/tlcp/ |
| D | tlcp_get.c | 29 const int cipher = TLS_cipher_ecc_sm4_cbc_sm3; in main() local
|
| D | tlcp_post.c | 29 const int cipher = TLS_cipher_ecc_sm4_cbc_sm3; in main() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/harden/src/ |
| D | ccm_harden.c | 92 mbedtls_cipher_id_t cipher, in mbedtls_ccm_setkey_harden() 363 mbedtls_cipher_id_t cipher, in mbedtls_ccm_setkey()
|
| D | gcm_harden.c | 119 mbedtls_cipher_id_t cipher, in mbedtls_gcm_setkey_harden() 327 mbedtls_cipher_id_t cipher, in mbedtls_gcm_setkey()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| D | cipher_internal.h | 47 mbedtls_cipher_id_t cipher; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/include/gmssl/ |
| D | block_cipher.h | 42 const BLOCK_CIPHER *cipher; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | hw_tee_wrapper.c | 659 mbedtls_cipher_id_t cipher, in internal_gcm_setkey() 698 mbedtls_cipher_id_t cipher, in mbedtls_gcm_set_wrap_key() 708 mbedtls_cipher_id_t cipher, in mbedtls_gcm_set_wrap_key_ext()
|
| D | cipher_wrap.h | 45 mbedtls_cipher_id_t cipher; member
|
| D | gcm.c | 145 mbedtls_cipher_id_t cipher, in mbedtls_gcm_setkey() 902 mbedtls_cipher_id_t cipher = MBEDTLS_CIPHER_ID_AES; in mbedtls_gcm_self_test() local
|
| D | ssl_ticket.c | 129 mbedtls_cipher_type_t cipher, in mbedtls_ssl_ticket_setup()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/wpa_supplicant/ |
| D | ap.c | 696 int cipher = WPA_CIPHER_NONE; local 706 int cipher = WPA_CIPHER_WEP40; local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/ |
| D | psa_util.h | 47 mbedtls_cipher_type_t cipher ) in mbedtls_psa_translate_cipher_type()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
| D | ext_symc.c | 34 mbedtls_cipher_context_t cipher; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/scripts/ |
| D | generate_tls13_compat_tests.py | 307 def generate_compat_test(server=None, client=None, cipher=None, sig_alg=None, named_group=None): argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/ap/ |
| D | ap_config.c | 1669 int cipher = WPA_CIPHER_NONE; local 1691 int cipher = WPA_CIPHER_WEP40; local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/tls/ |
| D | tlsv1_common.h | 218 tls_cipher cipher; member 228 tls_cipher cipher; member
|