Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c19 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()
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()
Dcrypto_mbedtls.c315 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()
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-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
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-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()
Dcrypto_mbedtls-rsa.c319 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
/hal_espressif-3.5.0/components/wpa_supplicant/src/wps/
Dwps_enrollee.c212 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
Dwps_attr_build.c337 struct wpabuf *plain) in wps_build_encr_settings()
Dwps_registrar.c1747 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
Dwps_common.c351 struct wpabuf *plain; in wps_get_oob_cred() local
/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/
Dpkcs1.c129 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key()