Home
last modified time | relevance | path

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

/mbedtls/tests/include/spe/
A Dcrypto_spe.h84 #define psa_cipher_finish \ macro
85 PSA_FUNCTION_NAME(psa_cipher_finish)
/mbedtls/programs/psa/
A Dcrypto_examples.c75 status = psa_cipher_finish(operation, output + *output_len, in cipher_operation()
/mbedtls/tests/src/
A Dpsa_exercise_key.c213 PSA_ASSERT(psa_cipher_finish(&operation, in exercise_cipher_key()
240 status = psa_cipher_finish(&operation, in exercise_cipher_key()
A Dpsa_test_wrappers.c396 …psa_status_t status = (psa_cipher_finish)(arg0_operation, arg1_output, arg2_output_size, arg3_outp… in mbedtls_test_wrap_psa_cipher_finish()
/mbedtls/include/psa/
A Dcrypto.h2007 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation,
/mbedtls/tests/suites/
A Dtest_suite_psa_crypto.function4084 PSA_ASSERT(psa_cipher_finish(&operation,
4094 TEST_EQUAL(psa_cipher_finish(&operation,
4104 TEST_EQUAL(psa_cipher_finish(&operation,
4115 PSA_ASSERT(psa_cipher_finish(&operation,
4117 TEST_EQUAL(psa_cipher_finish(&operation,
4308 PSA_ASSERT(psa_cipher_finish(&operation,
4326 PSA_ASSERT(psa_cipher_finish(&operation,
4456 PSA_ASSERT(psa_cipher_finish(&operation,
4551 status = psa_cipher_finish(&operation,
4651 status = psa_cipher_finish(&operation,
[all …]
A Dtest_suite_psa_crypto_driver_wrappers.function1086 PSA_ASSERT(psa_cipher_finish(&operation,
1214 status = psa_cipher_finish(&operation,
1344 status = psa_cipher_finish(&operation,
1623 status = psa_cipher_finish(&operation,
/mbedtls/tests/include/test/
A Dpsa_test_wrappers.h230 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ macro
/mbedtls/library/
A Dcipher.c1362 status = psa_cipher_finish(&cipher_op, in mbedtls_cipher_crypt()
A Dssl_msg.c1341 status = psa_cipher_finish(&cipher_op, in mbedtls_ssl_encrypt_buf()
1879 status = psa_cipher_finish(&cipher_op, in mbedtls_ssl_decrypt_buf()
A Dpsa_crypto.c4470 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, in psa_cipher_finish() function
/mbedtls/tests/src/test_helpers/
A Dssl_helpers.c1116 status = psa_cipher_finish(&cipher_op, output + *olen, ilen - *olen, in mbedtls_test_psa_cipher_encrypt_helper()
/mbedtls/docs/
A Dpsa-transition.md380 5. Call [`psa_cipher_finish`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group…

Completed in 80 milliseconds