Searched refs:psa_cipher_finish (Results 1 – 13 of 13) sorted by relevance
/mbedtls-latest/tests/include/spe/ |
D | crypto_spe.h | 84 #define psa_cipher_finish \ macro 85 PSA_FUNCTION_NAME(psa_cipher_finish)
|
/mbedtls-latest/programs/psa/ |
D | crypto_examples.c | 75 status = psa_cipher_finish(operation, output + *output_len, in cipher_operation()
|
/mbedtls-latest/tests/src/ |
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()
|
D | psa_test_wrappers.c | 395 …psa_status_t status = (psa_cipher_finish)(arg0_operation, arg1_output, arg2_output_size, arg3_outp… in mbedtls_test_wrap_psa_cipher_finish()
|
/mbedtls-latest/include/psa/ |
D | crypto.h | 2010 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation,
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto.function | 4064 PSA_ASSERT(psa_cipher_finish(&operation, 4074 TEST_EQUAL(psa_cipher_finish(&operation, 4084 TEST_EQUAL(psa_cipher_finish(&operation, 4095 PSA_ASSERT(psa_cipher_finish(&operation, 4097 TEST_EQUAL(psa_cipher_finish(&operation, 4168 status = psa_cipher_finish(&operation, output + output_length, 4288 PSA_ASSERT(psa_cipher_finish(&operation, 4306 PSA_ASSERT(psa_cipher_finish(&operation, 4436 PSA_ASSERT(psa_cipher_finish(&operation, 4531 status = psa_cipher_finish(&operation, [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 1102 PSA_ASSERT(psa_cipher_finish(&operation, 1230 status = psa_cipher_finish(&operation, 1360 status = psa_cipher_finish(&operation, 1639 status = psa_cipher_finish(&operation,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 229 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ macro
|
/mbedtls-latest/library/ |
D | cipher.c | 1365 status = psa_cipher_finish(&cipher_op, in mbedtls_cipher_crypt()
|
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()
|
D | psa_crypto.c | 4526 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, function
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 1119 status = psa_cipher_finish(&cipher_op, output + *olen, ilen - *olen, in mbedtls_test_psa_cipher_encrypt_helper()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 380 5. Call [`psa_cipher_finish`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group…
|