Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h85 #define psa_cipher_finish \ macro
86 PSA_FUNCTION_NAME(psa_cipher_finish)
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c185 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/
Dcrypto_examples.c88 status = psa_cipher_finish( operation, output + *output_len, in cipher_operation()
/openthread-3.4.0/third_party/mbedtls/repo/docs/
Dgetting_started.md199 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/
Dcrypto.h2054 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation,
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function481 PSA_ASSERT( psa_cipher_finish( &operation,
611 status = psa_cipher_finish( &operation,
744 status = psa_cipher_finish( &operation,
1037 status = psa_cipher_finish( &operation,
Dtest_suite_psa_crypto.function2502 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/
Dcipher.c1252 status = psa_cipher_finish( &cipher_op, in mbedtls_cipher_crypt()
Dpsa_crypto.c3521 psa_status_t psa_cipher_finish( psa_cipher_operation_t *operation, in psa_cipher_finish() function