Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h84 #define psa_cipher_finish \ macro
85 PSA_FUNCTION_NAME(psa_cipher_finish)
/mbedtls-latest/programs/psa/
Dcrypto_examples.c75 status = psa_cipher_finish(operation, output + *output_len, in cipher_operation()
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c213 PSA_ASSERT(psa_cipher_finish(&operation, in exercise_cipher_key()
240 status = psa_cipher_finish(&operation, in exercise_cipher_key()
Dpsa_test_wrappers.c395 …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/
Dcrypto.h2010 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation,
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto.function4064 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 …]
Dtest_suite_psa_crypto_driver_wrappers.function1102 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/
Dpsa_test_wrappers.h229 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ macro
/mbedtls-latest/library/
Dcipher.c1365 status = psa_cipher_finish(&cipher_op, in mbedtls_cipher_crypt()
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()
Dpsa_crypto.c4526 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, function
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1119 status = psa_cipher_finish(&cipher_op, output + *olen, ilen - *olen, in mbedtls_test_psa_cipher_encrypt_helper()
/mbedtls-latest/docs/
Dpsa-transition.md380 5. Call [`psa_cipher_finish`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group…