Searched refs:psa_cipher_finish (Results 1 – 13 of 13) sorted by relevance
| /mbedtls/tests/include/spe/ |
| A D | crypto_spe.h | 84 #define psa_cipher_finish \ macro 85 PSA_FUNCTION_NAME(psa_cipher_finish)
|
| /mbedtls/programs/psa/ |
| A D | crypto_examples.c | 75 status = psa_cipher_finish(operation, output + *output_len, in cipher_operation()
|
| /mbedtls/tests/src/ |
| A D | psa_exercise_key.c | 213 PSA_ASSERT(psa_cipher_finish(&operation, in exercise_cipher_key() 240 status = psa_cipher_finish(&operation, in exercise_cipher_key()
|
| A D | psa_test_wrappers.c | 396 …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 D | crypto.h | 2007 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation,
|
| /mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto.function | 4084 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 D | test_suite_psa_crypto_driver_wrappers.function | 1086 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 D | psa_test_wrappers.h | 230 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ macro
|
| /mbedtls/library/ |
| A D | cipher.c | 1362 status = psa_cipher_finish(&cipher_op, in mbedtls_cipher_crypt()
|
| A D | ssl_msg.c | 1341 status = psa_cipher_finish(&cipher_op, in mbedtls_ssl_encrypt_buf() 1879 status = psa_cipher_finish(&cipher_op, in mbedtls_ssl_decrypt_buf()
|
| A D | psa_crypto.c | 4470 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, in psa_cipher_finish() function
|
| /mbedtls/tests/src/test_helpers/ |
| A D | ssl_helpers.c | 1116 status = psa_cipher_finish(&cipher_op, output + *olen, ilen - *olen, in mbedtls_test_psa_cipher_encrypt_helper()
|
| /mbedtls/docs/ |
| A D | psa-transition.md | 380 5. Call [`psa_cipher_finish`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group…
|
Completed in 80 milliseconds