Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h74 #define psa_cipher_generate_iv \ macro
75 PSA_FUNCTION_NAME(psa_cipher_generate_iv)
/mbedtls-latest/programs/psa/
Dcrypto_examples.c103 status = psa_cipher_generate_iv(&operation, iv, iv_size, &iv_len); in cipher_encrypt()
/mbedtls-latest/include/psa/
Dcrypto.h1876 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation,
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h237 #define psa_cipher_generate_iv(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_length) \ macro
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c205 PSA_ASSERT(psa_cipher_generate_iv(&operation, in exercise_cipher_key()
Dpsa_test_wrappers.c412 …psa_status_t status = (psa_cipher_generate_iv)(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_leng… in mbedtls_test_wrap_psa_cipher_generate_iv()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto.function3982 TEST_EQUAL(psa_cipher_generate_iv(&operation,
3990 PSA_ASSERT(psa_cipher_generate_iv(&operation,
3994 TEST_EQUAL(psa_cipher_generate_iv(&operation,
4006 TEST_EQUAL(psa_cipher_generate_iv(&operation,
4032 PSA_ASSERT(psa_cipher_generate_iv(&operation,
4157 PSA_ASSERT(psa_cipher_generate_iv(&operation,
4270 TEST_EQUAL(psa_cipher_generate_iv(&operation, iv, sizeof(iv),
4274 TEST_EQUAL(psa_cipher_generate_iv(&operation, iv, sizeof(iv),
4908 PSA_ASSERT(psa_cipher_generate_iv(&operation1,
Dtest_suite_psa_crypto_driver_wrappers.function1574 status = psa_cipher_generate_iv(&operation, output, 16, &function_output_length);
/mbedtls-latest/docs/
Dpsa-transition.md378 3. When encrypting with a random IV, use [`psa_cipher_generate_iv`](https://mbed-tls.readthedocs.io…
636 …r to generate keys (`psa_generate_key`), nonces for encryption (`psa_cipher_generate_iv`, `psa_cip…
/mbedtls-latest/library/
Dpsa_crypto.c4385 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, function
/mbedtls-latest/
DChangeLog1539 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back