Searched refs:psa_cipher_finish (Results 1 – 9 of 9) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 85 #define psa_cipher_finish \ macro 86 PSA_FUNCTION_NAME(psa_cipher_finish)
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 185 PSA_ASSERT( psa_cipher_finish( &operation, in exercise_cipher_key() 214 status = psa_cipher_finish( &operation, in exercise_cipher_key()
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/ |
D | crypto_examples.c | 88 status = psa_cipher_finish( operation, output + *output_len, in cipher_operation()
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/ |
D | getting_started.md | 199 1. Call `psa_cipher_finish()` to end the operation and output the encrypted message. 259 status = psa_cipher_finish(&operation, output + output_len, 283 1. Call `psa_cipher_finish()` to end the operation and output the decrypted message. 343 status = psa_cipher_finish(&operation, output + output_len, 369 * A call to `psa_cipher_finish()` succeeds or fails.
|
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 2054 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation,
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 481 PSA_ASSERT( psa_cipher_finish( &operation, 611 status = psa_cipher_finish( &operation, 744 status = psa_cipher_finish( &operation, 1037 status = psa_cipher_finish( &operation,
|
D | test_suite_psa_crypto.function | 2502 PSA_ASSERT( psa_cipher_finish( &operation, 2512 TEST_EQUAL( psa_cipher_finish( &operation, 2522 TEST_EQUAL( psa_cipher_finish( &operation, 2533 PSA_ASSERT( psa_cipher_finish( &operation, 2535 TEST_EQUAL( psa_cipher_finish( &operation, 2744 PSA_ASSERT( psa_cipher_finish( &operation, 2841 status = psa_cipher_finish( &operation, 2944 status = psa_cipher_finish( &operation, 3214 PSA_ASSERT( psa_cipher_finish( &operation1, 3261 PSA_ASSERT( psa_cipher_finish( &operation2,
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | cipher.c | 1252 status = psa_cipher_finish( &cipher_op, in mbedtls_cipher_crypt()
|
D | psa_crypto.c | 3521 psa_status_t psa_cipher_finish( psa_cipher_operation_t *operation, in psa_cipher_finish() function
|