Searched refs:psa_cipher_set_iv (Results 1 – 7 of 7) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 324 PSA_ASSERT( psa_cipher_set_iv( &operation, iv->x, iv->len ) ); 416 PSA_ASSERT( psa_cipher_set_iv( &operation, iv->x, iv->len ) ); 501 PSA_ASSERT( psa_cipher_set_iv( &operation, iv->x, iv->len ) ); 589 PSA_ASSERT( psa_cipher_set_iv( &operation, iv->x, iv->len ) ); 680 status = psa_cipher_set_iv( &operation, iv->x, iv->len ); 690 status = psa_cipher_set_iv( &operation, iv->x, iv->len ); 702 status = psa_cipher_set_iv( &operation, iv->x, iv->len ); 745 status = psa_cipher_set_iv( &operation, iv->x, iv->len ); 775 status = psa_cipher_set_iv( &operation, iv->x, iv->len );
|
D | test_suite_psa_crypto.function | 456 PSA_ASSERT( psa_cipher_set_iv( &operation, 3394 PSA_ASSERT( psa_cipher_set_iv( &operation, 3403 TEST_EQUAL( psa_cipher_set_iv( &operation, 3410 PSA_ASSERT( psa_cipher_set_iv( &operation, 3412 TEST_EQUAL( psa_cipher_set_iv( &operation, 3422 TEST_EQUAL( psa_cipher_set_iv( &operation, 3445 PSA_ASSERT( psa_cipher_set_iv( &operation, 3473 PSA_ASSERT( psa_cipher_set_iv( &operation, 3521 PSA_ASSERT( psa_cipher_set_iv( &operation, iv->x, iv->len ) ); 3589 PSA_ASSERT( psa_cipher_set_iv( &operation, iv->x, iv->len ) ); [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/psa/ |
D | crypto_examples.c | 146 status = psa_cipher_set_iv( &operation, iv, iv_size ); in cipher_decrypt()
|
/openthread-2.7.6/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 1930 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation,
|
/openthread-2.7.6/third_party/mbedtls/repo/docs/ |
D | getting_started.md | 197 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…
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | cipher.c | 1249 status = psa_cipher_set_iv( &cipher_op, iv, iv_len ); in mbedtls_cipher_crypt()
|
D | psa_crypto.c | 4537 status = psa_cipher_set_iv( operation, iv, *iv_length ); in psa_cipher_generate_iv() 4547 psa_status_t psa_cipher_set_iv( psa_cipher_operation_t *operation, in psa_cipher_set_iv() function
|