Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/mbedtls/test/
Dtest_aes_gcm.c148 size_t iv_length; member
184 memcpy(iv_buf, cfg->iv, cfg->iv_length); in aes_gcm_test()
191 …_and_tag(&ctx, MBEDTLS_AES_ENCRYPT, cfg->plaintext_length, iv_buf, cfg->iv_length, cfg->add_buf, c… in aes_gcm_test()
193 …TEST_ASSERT(mbedtls_gcm_starts( &ctx, MBEDTLS_AES_ENCRYPT, iv_buf, cfg->iv_length, cfg->add_buf, c… in aes_gcm_test()
205 …TEST_ASSERT(mbedtls_gcm_auth_decrypt(&ctx, cfg->plaintext_length, iv_buf, cfg->iv_length, cfg->add… in aes_gcm_test()
207 …TEST_ASSERT(mbedtls_gcm_starts( &ctx, MBEDTLS_AES_DECRYPT, iv_buf, cfg->iv_length, cfg->add_buf, c… in aes_gcm_test()
274 .iv_length = sizeof(iv),
345 .iv_length = sizeof(iv),