Searched refs:aes_encrypt (Results 1 – 18 of 18) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/ |
D | aes-ccm.c | 45 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start() 55 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start() 60 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start() 74 aes_encrypt(aes, x, x); in aes_ccm_auth() 80 aes_encrypt(aes, x, x); in aes_ccm_auth() 103 aes_encrypt(aes, a, out); in aes_ccm_encr() 110 aes_encrypt(aes, a, out); in aes_ccm_encr() 126 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth() 141 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
|
D | aes-omac1.c | 85 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector() 90 aes_encrypt(ctx, pad, pad); in omac1_aes_vector() 114 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
|
D | crypto_ops.c | 31 aes_encrypt(ctx, plain, crypt); in esp_aes_encrypt() 71 .aes_encrypt = (esp_aes_encrypt_t)esp_aes_encrypt,
|
D | aes-gcm.c | 158 aes_encrypt(aes, cb, ypos); in aes_gctr() 168 aes_encrypt(aes, cb, tmp); in aes_gctr() 185 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
|
D | aes.h | 15 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
|
D | aes-wrap.c | 56 aes_encrypt(ctx, b, b); in aes_wrap()
|
D | aes-ctr.c | 40 aes_encrypt(ctx, counter, buf); in aes_ctr_encrypt()
|
D | aes-cbc.c | 43 aes_encrypt(ctx, cbc, cbc); in aes_128_cbc_encrypt()
|
D | aes-internal-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_internal-cipher.c | 123 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc, in crypto_cipher_encrypt()
|
D | crypto.h | 128 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
|
D | crypto_mbedtls.c | 315 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
/hal_espressif-3.6.0/components/esp_wifi/include/ |
D | esp_wifi_crypto_types.h | 389 esp_aes_encrypt_t aes_encrypt; member
|
/hal_espressif-3.6.0/components/bt/ |
D | CMakeLists.txt | 384 "esp_ble_mesh/mesh_common/tinycrypt/src/aes_encrypt.c" 478 "host/nimble/nimble/ext/tinycrypt/src/aes_encrypt.c"
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow.map | 41278 .literal.aes_encrypt 46595 .text.aes_encrypt 46597 0x00000000400e8adc aes_encrypt 65760 aes_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32s2.map | 42092 .literal.aes_encrypt 47591 .text.aes_encrypt 47593 0x0000000040098f38 aes_encrypt 66891 aes_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32s3.map | 53632 .literal.aes_encrypt 58629 .text.aes_encrypt 58631 0x0000000042019044 aes_encrypt 79798 aes_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32c3.map | 36092 .text.aes_encrypt 36094 0x000000004201140e aes_encrypt 58069 aes_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|