/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | crypto_ops.c | 19 static int esp_aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) in esp_aes_wrap() 24 static int esp_aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in esp_aes_unwrap() 29 static void esp_aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in esp_aes_encrypt() 34 static void esp_aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in esp_aes_decrypt()
|
D | des-internal.c | 435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt() 446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt() 469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt() 483 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
|
D | crypto_internal-cipher.c | 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 167 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | aes-unwrap.c | 27 u8 *plain) 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()
|
D | crypto_mbedtls.c | 315 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 330 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 568 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() 589 u8 *plain) in aes_unwrap() 709 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() 736 u8 *plain) in aes_ccm_ad()
|
D | aes-ccm.c | 150 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() 181 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
|
D | ccmp.c | 146 u8 *plain; in ccmp_decrypt() local 288 u8 *plain; in ccmp_256_decrypt() local
|
D | aes-internal-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
|
D | aes-gcm.c | 255 const u8 *plain, size_t plain_len, in aes_gcm_ae() 290 const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) in aes_gcm_ad()
|
D | aes-internal-dec.c | 151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
|
D | crypto_internal-rsa.c | 113 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
D | crypto_mbedtls-rsa.c | 319 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/wps/ |
D | wps_enrollee.c | 212 struct wpabuf *msg, *plain; in wps_build_m5() local 322 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) in wps_build_ap_settings() 341 struct wpabuf *msg, *plain; in wps_build_m7() local
|
D | wps_attr_build.c | 337 struct wpabuf *plain) in wps_build_encr_settings()
|
D | wps_registrar.c | 1747 struct wpabuf *msg, *plain; in wps_build_ap_cred() local 1858 struct wpabuf *msg, *plain; in wps_build_m4() local 1896 struct wpabuf *msg, *plain; in wps_build_m6() local 1932 struct wpabuf *msg, *plain; in wps_build_m8() local
|
D | wps_common.c | 351 struct wpabuf *plain; in wps_get_oob_cred() local
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/ |
D | pkcs1.c | 129 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key()
|