Home
last modified time | relevance | path

Searched defs:plain (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c20 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()
Ddes-internal.c435 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()
Dcrypto_internal-cipher.c103 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()
Daes-unwrap.c27 u8 *plain) in aes_unwrap()
Daes-wrap.c26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
Daes-ccm.c150 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()
Dccmp.c146 u8 *plain; in ccmp_decrypt() local
288 u8 *plain; in ccmp_256_decrypt() local
Daes-gcm.c255 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()
Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
Daes-internal-dec.c151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
Dcrypto_internal-rsa.c113 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c430 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()
Dcrypto_mbedtls-rsa.c338 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_enrollee.c212 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
Dwps_registrar.c1873 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
Dwps_attr_build.c400 struct wpabuf *plain) in wps_build_encr_settings()
Dwps_common.c374 struct wpabuf *plain; in wps_get_oob_cred() local
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dpkcs1.c136 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key()