Searched refs:psa_cipher_generate_iv (Results 1 – 8 of 8) sorted by relevance
/mbedtls-development/tests/include/spe/ |
A D | crypto_spe.h | 75 #define psa_cipher_generate_iv \ macro 76 PSA_FUNCTION_NAME(psa_cipher_generate_iv)
|
/mbedtls-development/programs/psa/ |
A D | crypto_examples.c | 116 status = psa_cipher_generate_iv( &operation, iv, iv_size, &iv_len ); in cipher_encrypt()
|
/mbedtls-development/include/psa/ |
A D | crypto.h | 1894 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation,
|
/mbedtls-development/docs/ |
A D | getting_started.md | 197 …r `psa_cipher_generate_iv()` or `psa_cipher_set_iv()` to generate or set the initialization vector… 248 status = psa_cipher_generate_iv(&operation, iv, sizeof(iv), &iv_len); 368 * A call to `psa_cipher_generate_iv()`, `psa_cipher_set_iv()` or `psa_cipher_update()` fails (retur…
|
/mbedtls-development/tests/src/ |
A D | psa_exercise_key.c | 177 PSA_ASSERT( psa_cipher_generate_iv( &operation, in exercise_cipher_key()
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto.function | 2693 TEST_EQUAL( psa_cipher_generate_iv( &operation, 2701 PSA_ASSERT( psa_cipher_generate_iv( &operation, 2705 TEST_EQUAL( psa_cipher_generate_iv( &operation, 2717 TEST_EQUAL( psa_cipher_generate_iv( &operation, 2743 PSA_ASSERT( psa_cipher_generate_iv( &operation, 3476 PSA_ASSERT( psa_cipher_generate_iv( &operation1,
|
A D | test_suite_psa_crypto_driver_wrappers.function | 926 status = psa_cipher_generate_iv( &operation, output, 16, &function_output_length );
|
/mbedtls-development/library/ |
A D | psa_crypto.c | 3342 psa_status_t psa_cipher_generate_iv( psa_cipher_operation_t *operation, in psa_cipher_generate_iv() function
|
Completed in 43 milliseconds