Home
last modified time | relevance | path

Searched refs:aes_encrypt (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes-ccm.c45 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()
Daes-omac1.c85 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()
Dcrypto_ops.c32 aes_encrypt(ctx, plain, crypt); in esp_aes_encrypt()
77 .aes_encrypt = (esp_aes_encrypt_t)esp_aes_encrypt,
Daes.h15 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
Daes-gcm.c158 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()
Daes-wrap.c56 aes_encrypt(ctx, b, b); in aes_wrap()
Daes-ctr.c40 aes_encrypt(ctx, counter, buf); in aes_ctr_encrypt()
Daes-cbc.c43 aes_encrypt(ctx, cbc, cbc); in aes_128_cbc_encrypt()
Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_internal-cipher.c123 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc, in crypto_cipher_encrypt()
Dcrypto.h129 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h412 esp_aes_encrypt_t aes_encrypt; /**< Encrypt one AES block callback function */ member
/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() function
/hal_espressif-latest/components/bt/
DCMakeLists.txt431 "esp_ble_mesh/mesh_common/tinycrypt/src/aes_encrypt.c"
551 "porting/ext/tinycrypt/src/aes_encrypt.c"