Searched refs:psa_cipher_update (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ctr_drbg.c | 242 status = psa_cipher_update(&psa_ctx.operation, chain, MBEDTLS_CTR_DRBG_BLOCKSIZE, in block_cipher_df() 286 status = psa_cipher_update(&psa_ctx.operation, iv, MBEDTLS_CTR_DRBG_BLOCKSIZE, in block_cipher_df() 356 status = psa_cipher_update(&ctx->psa_ctx.operation, ctx->counter, sizeof(ctx->counter), in ctr_drbg_update_internal() 662 status = psa_cipher_update(&ctx->psa_ctx.operation, ctx->counter, sizeof(ctx->counter), in mbedtls_ctr_drbg_random_with_add()
|
| H A D | cipher.c | 1403 status = psa_cipher_update(&cipher_op, in mbedtls_cipher_crypt()
|
| H A D | ssl_msg.c | 1331 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_encrypt_buf() 1870 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_decrypt_buf()
|
| H A D | psa_crypto.c | 4625 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update() function
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto.h | 1970 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
|