Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_cipher.function55 TEST_ASSERT( mbedtls_cipher_set_iv( NULL, buf, 0 )
57 TEST_ASSERT( mbedtls_cipher_set_iv( &ctx, buf, 0 )
116 TEST_ASSERT( mbedtls_cipher_set_iv( &ctx, iv, MBEDTLS_MAX_IV_LENGTH + 1 )
120 TEST_ASSERT( mbedtls_cipher_set_iv( &ctx, iv, 0 )
192 TEST_ASSERT( 0 == mbedtls_cipher_set_iv( &ctx_dec, iv, sizeof( iv ) ) );
193 TEST_ASSERT( 0 == mbedtls_cipher_set_iv( &ctx_enc, iv, sizeof( iv ) ) );
293 TEST_ASSERT( 0 == mbedtls_cipher_set_iv( &ctx, iv, 16 ) );
339 TEST_ASSERT( 0 == mbedtls_cipher_set_iv( &ctx_dec, iv, 16 ) );
401 TEST_ASSERT( 0 == mbedtls_cipher_set_iv( &ctx_dec, iv, 16 ) );
402 TEST_ASSERT( 0 == mbedtls_cipher_set_iv( &ctx_enc, iv, 16 ) );
[all …]
/net-tools-latest/mbedtls-2.4.0/programs/aes/
Dcrypt_and_hash.c314 if( mbedtls_cipher_set_iv( &cipher_ctx, IV, 16 ) != 0 ) in main()
456 if( mbedtls_cipher_set_iv( &cipher_ctx, IV, 16 ) != 0 ) in main()
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dcipher.h497 int mbedtls_cipher_set_iv( mbedtls_cipher_context_t *ctx,
Dcompat-1.3.h1859 #define cipher_set_iv mbedtls_cipher_set_iv
/net-tools-latest/mbedtls-2.4.0/library/
Dpkcs12.c210 if( ( ret = mbedtls_cipher_set_iv( &cipher_ctx, iv, cipher_info->iv_size ) ) != 0 ) in mbedtls_pkcs12_pbe()
Dcipher.c214 int mbedtls_cipher_set_iv( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_set_iv() function
820 if( ( ret = mbedtls_cipher_set_iv( ctx, iv, iv_len ) ) != 0 ) in mbedtls_cipher_crypt()
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1403 cipher_set_iv mbedtls_cipher_set_iv