Home
last modified time | relevance | path

Searched refs:psa_cipher_update (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dctr_drbg.c242 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 Dcipher.c1403 status = psa_cipher_update(&cipher_op, in mbedtls_cipher_crypt()
H A Dssl_msg.c1331 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 Dpsa_crypto.c4625 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 Dcrypto.h1970 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,