Home
last modified time | relevance | path

Searched refs:mbedtls_psa_cipher_update (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_cipher.h161 psa_status_t mbedtls_psa_cipher_update(
H A Dpsa_crypto_cipher.c496 psa_status_t mbedtls_psa_cipher_update( in mbedtls_psa_cipher_update() function
632 status = mbedtls_psa_cipher_update(&operation, input, input_length, in mbedtls_psa_cipher_encrypt()
689 status = mbedtls_psa_cipher_update( in mbedtls_psa_cipher_decrypt()
H A Dpsa_crypto_driver_wrappers.h1435 return( mbedtls_psa_cipher_update( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_update()