Searched refs:psa_cipher_finish (Results 1 – 9 of 9) sorted by relevance
/mbedtls-development/tests/include/spe/ |
A D | crypto_spe.h | 85 #define psa_cipher_finish \ macro 86 PSA_FUNCTION_NAME(psa_cipher_finish)
|
/mbedtls-development/tests/src/ |
A D | psa_exercise_key.c | 184 PSA_ASSERT( psa_cipher_finish( &operation, in exercise_cipher_key() 213 status = psa_cipher_finish( &operation, in exercise_cipher_key()
|
/mbedtls-development/programs/psa/ |
A D | crypto_examples.c | 88 status = psa_cipher_finish( operation, output + *output_len, in cipher_operation()
|
/mbedtls-development/docs/ |
A 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.
|
/mbedtls-development/include/psa/ |
A D | crypto.h | 2031 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation,
|
/mbedtls-development/tests/suites/ |
A 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, 991 status = psa_cipher_finish( &operation,
|
A D | test_suite_psa_crypto.function | 2775 PSA_ASSERT( psa_cipher_finish( &operation, 2785 TEST_EQUAL( psa_cipher_finish( &operation, 2795 TEST_EQUAL( psa_cipher_finish( &operation, 2806 PSA_ASSERT( psa_cipher_finish( &operation, 2808 TEST_EQUAL( psa_cipher_finish( &operation, 3040 PSA_ASSERT( psa_cipher_finish( &operation, 3137 status = psa_cipher_finish( &operation, 3240 status = psa_cipher_finish( &operation, 3510 PSA_ASSERT( psa_cipher_finish( &operation1, 3557 PSA_ASSERT( psa_cipher_finish( &operation2,
|
/mbedtls-development/library/ |
A D | cipher.c | 1317 status = psa_cipher_finish( &cipher_op, in mbedtls_cipher_crypt()
|
A D | psa_crypto.c | 3460 psa_status_t psa_cipher_finish( psa_cipher_operation_t *operation, in psa_cipher_finish() function
|
Completed in 37 milliseconds