Searched defs:crypt (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
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_ops.c | 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 | ccmp.c | 196 u8 *crypt, *pos; in ccmp_encrypt() local 247 u8 *crypt, *pos; in ccmp_encrypt_pv1() local 322 u8 *crypt, *pos; in ccmp_256_encrypt() local
|
D | aes-gcm.c | 230 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash() 256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) in aes_gcm_ae() 289 const u8 *crypt, size_t crypt_len, in aes_gcm_ad()
|
D | crypto_internal-cipher.c | 104 u8 *crypt, size_t len) in crypto_cipher_encrypt() 166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
|
D | aes-ccm.c | 151 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() 180 size_t M, const u8 *crypt, size_t crypt_len, in aes_ccm_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 | 112 const u8 *crypt, size_t crypt_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() 614 u8 *crypt, size_t len) in crypto_cipher_encrypt() 632 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 816 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() 840 size_t M, const u8 *crypt, size_t crypt_len, in aes_ccm_ad()
|
D | crypto_mbedtls-rsa.c | 337 const u8 *crypt, size_t crypt_len, in crypto_public_key_decrypt_pkcs1()
|
/hal_espressif-latest/components/mbedtls/port/include/aes/ |
D | esp_aes.h | 53 esp_aes_context crypt; /*!< The AES context to use for AES block member
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | pkcs1.c | 135 const u8 *crypt, size_t crypt_len, in pkcs1_decrypt_public_key()
|