Home
last modified time | relevance | path

Searched refs:psa_cipher_update (Results 1 - 11 of 11) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h94 #define psa_cipher_update \ macro
95 PSA_FUNCTION_NAME(psa_cipher_update)
/third_party/mbedtls/library/
H A Dctr_drbg.c247 status = psa_cipher_update(&psa_ctx.operation, chain, MBEDTLS_CTR_DRBG_BLOCKSIZE, in block_cipher_df()
291 status = psa_cipher_update(&psa_ctx.operation, iv, MBEDTLS_CTR_DRBG_BLOCKSIZE, in block_cipher_df()
361 status = psa_cipher_update(&ctx->psa_ctx.operation, ctx->counter, sizeof(ctx->counter), in ctr_drbg_update_internal()
667 status = psa_cipher_update(&ctx->psa_ctx.operation, ctx->counter, sizeof(ctx->counter), in mbedtls_ctr_drbg_random_with_add()
H A Dcipher.c1342 * are terminated by unsuccessful calls to psa_cipher_update(), in mbedtls_cipher_crypt()
1355 status = psa_cipher_update(&cipher_op, in mbedtls_cipher_crypt()
H A Dssl_msg.c1330 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_encrypt_buf()
1336 MBEDTLS_SSL_DEBUG_RET(1, "psa_cipher_update", ret); in mbedtls_ssl_encrypt_buf()
1869 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_decrypt_buf()
1875 MBEDTLS_SSL_DEBUG_RET(1, "psa_cipher_update", ret); in mbedtls_ssl_decrypt_buf()
H A Dpsa_crypto.c4423 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update() function
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c78 status = psa_cipher_update(operation, input + bytes_written, in cipher_operation()
/third_party/mbedtls/include/psa/
H A Dcrypto.h1727 * -# Call psa_cipher_update() zero, one or more times, passing a fragment
1788 * psa_cipher_update() on a buffer containing the IV followed by the
1790 * -# Call psa_cipher_update() zero, one or more times, passing a fragment
1955 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
1971 * psa_cipher_update().
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c209 PSA_ASSERT(psa_cipher_update(&operation, in exercise_cipher_key()
236 PSA_ASSERT(psa_cipher_update(&operation, in exercise_cipher_key()
H A Dpsa_test_wrappers.c436 /* Wrapper for psa_cipher_update */
449 psa_status_t status = (psa_cipher_update)(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_size, arg5_output_length); in mbedtls_test_wrap_psa_cipher_update()
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h255 #define psa_cipher_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_size, arg5_output_length) \ macro
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1110 status = psa_cipher_update(&cipher_op, input, ilen, output, ilen, olen); in mbedtls_test_psa_cipher_encrypt_helper()

Completed in 35 milliseconds