Searched refs:psa_cipher_generate_iv (Results 1 – 9 of 9) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 75 #define psa_cipher_generate_iv \ macro 76 PSA_FUNCTION_NAME(psa_cipher_generate_iv)
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/ |
D | crypto_examples.c | 116 status = psa_cipher_generate_iv( &operation, iv, iv_size, &iv_len ); in cipher_encrypt()
|
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 1917 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation,
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/ |
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…
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 178 PSA_ASSERT( psa_cipher_generate_iv( &operation, in exercise_cipher_key()
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 2420 TEST_EQUAL( psa_cipher_generate_iv( &operation, 2428 PSA_ASSERT( psa_cipher_generate_iv( &operation, 2432 TEST_EQUAL( psa_cipher_generate_iv( &operation, 2444 TEST_EQUAL( psa_cipher_generate_iv( &operation, 2470 PSA_ASSERT( psa_cipher_generate_iv( &operation, 2627 TEST_EQUAL( psa_cipher_generate_iv( &operation, iv, sizeof( iv ), 3180 PSA_ASSERT( psa_cipher_generate_iv( &operation1,
|
D | test_suite_psa_crypto_driver_wrappers.function | 963 status = psa_cipher_generate_iv( &operation, output, 16, &function_output_length );
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 3393 psa_status_t psa_cipher_generate_iv( psa_cipher_operation_t *operation, in psa_cipher_generate_iv() function
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | ChangeLog | 45 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back
|