Searched refs:iv_len (Results 1 – 6 of 6) sorted by relevance
/tests/src/test_helpers/ |
A D | ssl_helpers.c | 1250 *iv_len = 16; in mbedtls_test_ssl_cipher_info_from_type() 1255 *iv_len = 16; in mbedtls_test_ssl_cipher_info_from_type() 1260 *iv_len = 16; in mbedtls_test_ssl_cipher_info_from_type() 1265 *iv_len = 16; in mbedtls_test_ssl_cipher_info_from_type() 1270 *iv_len = 16; in mbedtls_test_ssl_cipher_info_from_type() 1275 *iv_len = 16; in mbedtls_test_ssl_cipher_info_from_type() 1281 *iv_len = 12; in mbedtls_test_ssl_cipher_info_from_type() 1286 *iv_len = 12; in mbedtls_test_ssl_cipher_info_from_type() 1291 *iv_len = 12; in mbedtls_test_ssl_cipher_info_from_type() 1349 *iv_len = 0; in mbedtls_test_ssl_cipher_info_from_type() [all …]
|
/tests/scripts/ |
A D | gen_gcm_encrypt.pl | 52 my $iv_len = get_suite_val("IVlen"); 67 print("GCM NIST Validation (AES-$key_len,$iv_len,$pt_len,$add_len,$tag_len) #$Count\n");
|
A D | gen_gcm_decrypt.pl | 69 my $iv_len = get_suite_val("IVlen"); 84 print("GCM NIST Validation (AES-$key_len,$iv_len,$pt_len,$add_len,$tag_len) #$Count\n");
|
/tests/psa-client-server/psasim/src/ |
A D | aut_psa_aead_encrypt.c | 146 const unsigned char *iv, size_t iv_len, in aead_encrypt() argument 160 PSA_CHECK(psa_aead_set_nonce(&op, iv, iv_len)); in aead_encrypt()
|
/tests/include/test/ |
A D | ssl_helpers.h | 578 size_t iv_len,
|
/tests/suites/ |
A D | test_suite_ssl.function | 1942 keys.iv_len, 1946 keys.iv_len, 2246 keys.iv_len = server_write_iv->len;
|
Completed in 99 milliseconds