Home
last modified time | relevance | path

Searched refs:mbedtls_psa_cipher_finish (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.h181 psa_status_t mbedtls_psa_cipher_finish(
Dpsa_crypto_cipher.c396 psa_status_t mbedtls_psa_cipher_finish( in mbedtls_psa_cipher_finish() function
481 status = mbedtls_psa_cipher_finish( &operation, output + update_output_length, in mbedtls_psa_cipher_encrypt()
535 status = mbedtls_psa_cipher_finish( &operation, output + accumulated_length, in mbedtls_psa_cipher_decrypt()
Dpsa_crypto_driver_wrappers.c1184 return( mbedtls_psa_cipher_finish( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_finish()
/openthread-3.6.0/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_cipher.c310 return( mbedtls_psa_cipher_finish( in mbedtls_test_transparent_cipher_finish()