Searched refs:mbedtls_psa_cipher_update (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_cipher.c | 369 psa_status_t mbedtls_psa_cipher_update( in mbedtls_psa_cipher_update() function 501 status = mbedtls_psa_cipher_update(&operation, input, input_length, in mbedtls_psa_cipher_encrypt() 558 status = mbedtls_psa_cipher_update( in mbedtls_psa_cipher_decrypt()
|
H A D | psa_crypto_cipher.h | 138 psa_status_t mbedtls_psa_cipher_update(
|
H A D | psa_crypto_driver_wrappers.h | 1410 return( mbedtls_psa_cipher_update( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_update()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_cipher.c | 499 psa_status_t mbedtls_psa_cipher_update( in mbedtls_psa_cipher_update() function 635 status = mbedtls_psa_cipher_update(&operation, input, input_length, in mbedtls_psa_cipher_encrypt() 692 status = mbedtls_psa_cipher_update( in mbedtls_psa_cipher_decrypt()
|
H A D | psa_crypto_cipher.h | 161 psa_status_t mbedtls_psa_cipher_update(
|
H A D | psa_crypto_driver_wrappers.h | 1436 return( mbedtls_psa_cipher_update( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_update()
|
/aosp_15_r20/external/mbedtls/tests/src/drivers/ |
H A D | test_driver_cipher.c | 260 return mbedtls_psa_cipher_update( in mbedtls_test_transparent_cipher_update()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/ |
H A D | test_driver_cipher.c | 268 return mbedtls_psa_cipher_update( in mbedtls_test_transparent_cipher_update()
|
/aosp_15_r20/external/mbedtls/scripts/data_files/driver_templates/ |
H A D | psa_crypto_driver_wrappers.h.jinja | 1373 return( mbedtls_psa_cipher_update( &operation->ctx.mbedtls_ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
H A D | psa_crypto_driver_wrappers.h.jinja | 1399 return( mbedtls_psa_cipher_update( &operation->ctx.mbedtls_ctx,
|