Searched refs:psa_cipher_update (Results 1 – 9 of 9) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 83 #define psa_cipher_update \ macro 84 PSA_FUNCTION_NAME(psa_cipher_update)
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 473 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 …]
|
D | test_suite_psa_crypto.function | 2314 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/ |
D | psa_exercise_key.c | 181 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/ |
D | crypto_examples.c | 79 status = psa_cipher_update( operation, input + bytes_written, in cipher_operation()
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/ |
D | getting_started.md | 198 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/ |
D | crypto.h | 2001 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
|
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | cipher.c | 1246 status = psa_cipher_update( &cipher_op, in mbedtls_cipher_crypt()
|
D | psa_crypto.c | 3486 psa_status_t psa_cipher_update( psa_cipher_operation_t *operation, in psa_cipher_update() function
|