/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_ops.c | 20 static int esp_aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) in esp_aes_wrap() 25 static int esp_aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in esp_aes_unwrap() 30 static void esp_aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in esp_aes_encrypt() 35 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 | 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-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-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
|
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()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 430 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 445 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 613 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 633 u8 *plain, size_t len) in crypto_cipher_decrypt() 687 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() 708 u8 *plain) in aes_unwrap() 815 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() 842 u8 *plain) in aes_ccm_ad()
|
D | crypto_mbedtls-rsa.c | 338 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_enrollee.c | 212 struct wpabuf *msg, *plain; in wps_build_m5() local 354 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) in wps_build_ap_settings() 388 struct wpabuf *msg, *plain; in wps_build_m7() local
|
D | wps_registrar.c | 1873 struct wpabuf *msg, *plain; in wps_build_ap_cred() local 1949 struct wpabuf *plain = wpabuf_alloc(500); in wps_build_m2() local 2015 struct wpabuf *msg, *plain; in wps_build_m4() local 2054 struct wpabuf *msg, *plain; in wps_build_m6() local 2090 struct wpabuf *msg, *plain; in wps_build_m8() local
|
D | wps_attr_build.c | 400 struct wpabuf *plain) in wps_build_encr_settings()
|
D | wps_common.c | 374 struct wpabuf *plain; in wps_get_oob_cred() local
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | pkcs1.c | 136 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key()
|