Home
last modified time | relevance | path

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/
Dcrypto_spe.h75 #define psa_cipher_generate_iv \ macro
76 PSA_FUNCTION_NAME(psa_cipher_generate_iv)
/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/
Dcrypto_examples.c116 status = psa_cipher_generate_iv( &operation, iv, iv_size, &iv_len ); in cipher_encrypt()
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h1917 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation,
/openthread-3.4.0/third_party/mbedtls/repo/docs/
Dgetting_started.md197 …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/
Dpsa_exercise_key.c178 PSA_ASSERT( psa_cipher_generate_iv( &operation, in exercise_cipher_key()
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function2420 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,
Dtest_suite_psa_crypto_driver_wrappers.function963 status = psa_cipher_generate_iv( &operation, output, 16, &function_output_length );
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c3393 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/
DChangeLog45 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back