Home
last modified time | relevance | path

Searched refs:psa_cipher_update (Results 1 – 9 of 9) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h83 #define psa_cipher_update \ macro
84 PSA_FUNCTION_NAME(psa_cipher_update)
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function473 PSA_ASSERT( psa_cipher_update( &operation,
581 PSA_ASSERT( psa_cipher_update( &operation, input->x, first_part_size,
592 PSA_ASSERT( psa_cipher_update( &operation,
713 PSA_ASSERT( psa_cipher_update( &operation,
725 PSA_ASSERT( psa_cipher_update( &operation,
943 status = psa_cipher_update( &operation,
978 status = psa_cipher_update( &operation,
999 status = psa_cipher_update( &operation,
1008 status = psa_cipher_update( &operation,
1028 status = psa_cipher_update( &operation,
[all …]
Dtest_suite_psa_crypto.function2314 TEST_EQUAL( psa_cipher_update( &func,
2319 TEST_EQUAL( psa_cipher_update( &init,
2324 TEST_EQUAL( psa_cipher_update( &zero,
2479 TEST_EQUAL( psa_cipher_update( &operation,
2489 TEST_EQUAL( psa_cipher_update( &operation,
2504 TEST_EQUAL( psa_cipher_update( &operation,
2734 PSA_ASSERT( psa_cipher_update( &operation,
2812 PSA_ASSERT( psa_cipher_update( &operation, input->x, first_part_size,
2824 PSA_ASSERT( psa_cipher_update( &operation,
2914 PSA_ASSERT( psa_cipher_update( &operation,
[all …]
/openthread-3.6.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c181 PSA_ASSERT( psa_cipher_update( &operation, in exercise_cipher_key()
210 PSA_ASSERT( psa_cipher_update( &operation, in exercise_cipher_key()
/openthread-3.6.0/third_party/mbedtls/repo/programs/psa/
Dcrypto_examples.c79 status = psa_cipher_update( operation, input + bytes_written, in cipher_operation()
/openthread-3.6.0/third_party/mbedtls/repo/docs/
Dgetting_started.md198 1. Call `psa_cipher_update()` with the message to encrypt. You may call this function multiple time…
253 status = psa_cipher_update(&operation, plaintext, sizeof(plaintext),
282 1. Call `psa_cipher_update()` with the message to encrypt. You may call this function multiple time…
337 status = psa_cipher_update(&operation, ciphertext, sizeof(ciphertext),
368 * A call to `psa_cipher_generate_iv()`, `psa_cipher_set_iv()` or `psa_cipher_update()` fails (retur…
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h2001 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dcipher.c1246 status = psa_cipher_update( &cipher_op, in mbedtls_cipher_crypt()
Dpsa_crypto.c3486 psa_status_t psa_cipher_update( psa_cipher_operation_t *operation, in psa_cipher_update() function