Home
last modified time | relevance | path

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

/mbedtls-development/tests/include/spe/
A Dcrypto_spe.h85 #define psa_cipher_finish \ macro
86 PSA_FUNCTION_NAME(psa_cipher_finish)
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c184 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 Dcrypto_examples.c88 status = psa_cipher_finish( operation, output + *output_len, in cipher_operation()
/mbedtls-development/docs/
A 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.
/mbedtls-development/include/psa/
A Dcrypto.h2031 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation,
/mbedtls-development/tests/suites/
A 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,
991 status = psa_cipher_finish( &operation,
A Dtest_suite_psa_crypto.function2775 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 Dcipher.c1317 status = psa_cipher_finish( &cipher_op, in mbedtls_cipher_crypt()
A Dpsa_crypto.c3460 psa_status_t psa_cipher_finish( psa_cipher_operation_t *operation, in psa_cipher_finish() function

Completed in 37 milliseconds