Home
last modified time | relevance | path

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

/mbedtls-development/tests/include/spe/
A Dcrypto_spe.h77 #define psa_cipher_set_iv \ macro
78 PSA_FUNCTION_NAME(psa_cipher_set_iv)
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_driver_wrappers.function469 PSA_ASSERT( psa_cipher_set_iv( &operation, output1, iv_size ) );
566 PSA_ASSERT( psa_cipher_set_iv( &operation, iv->x, iv->len ) );
698 PSA_ASSERT( psa_cipher_set_iv( &operation, iv->x, iv->len ) );
882 status = psa_cipher_set_iv( &operation, iv->x, iv->len );
892 status = psa_cipher_set_iv( &operation, iv->x, iv->len );
904 status = psa_cipher_set_iv( &operation, iv->x, iv->len );
947 status = psa_cipher_set_iv( &operation, iv->x, iv->len );
977 status = psa_cipher_set_iv( &operation, iv->x, iv->len );
A Dtest_suite_psa_crypto.function2715 PSA_ASSERT( psa_cipher_set_iv( &operation,
2724 TEST_EQUAL( psa_cipher_set_iv( &operation,
2731 PSA_ASSERT( psa_cipher_set_iv( &operation,
2734 TEST_EQUAL( psa_cipher_set_iv( &operation,
2746 TEST_EQUAL( psa_cipher_set_iv( &operation,
2773 PSA_ASSERT( psa_cipher_set_iv( &operation,
2804 PSA_ASSERT( psa_cipher_set_iv( &operation,
3028 PSA_ASSERT( psa_cipher_set_iv( &operation, output1, iv_size ) );
3100 PSA_ASSERT( psa_cipher_set_iv( &operation, iv->x, iv->len ) );
3202 PSA_ASSERT( psa_cipher_set_iv( &operation, iv->x, iv->len ) );
[all …]
/mbedtls-development/programs/psa/
A Dcrypto_examples.c146 status = psa_cipher_set_iv( &operation, iv, iv_size ); in cipher_decrypt()
/mbedtls-development/include/psa/
A Dcrypto.h1936 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation,
/mbedtls-development/docs/
A Dgetting_started.md197 1. Call either `psa_cipher_generate_iv()` or `psa_cipher_set_iv()` to generate or set the initializ…
281 1. Call `psa_cipher_set_iv()` with the IV for the decryption.
332 status = psa_cipher_set_iv(&operation, iv, sizeof(iv));
368 * A call to `psa_cipher_generate_iv()`, `psa_cipher_set_iv()` or `psa_cipher_update()` fails (retur…
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c207 PSA_ASSERT( psa_cipher_set_iv( &operation, in exercise_cipher_key()
/mbedtls-development/library/
A Dcipher.c1306 status = psa_cipher_set_iv( &cipher_op, iv, iv_len ); in mbedtls_cipher_crypt()
A Dpsa_crypto.c3389 psa_status_t psa_cipher_set_iv( psa_cipher_operation_t *operation, in psa_cipher_set_iv() function

Completed in 51 milliseconds