Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h82 #define psa_cipher_update \ macro
83 PSA_FUNCTION_NAME(psa_cipher_update)
/mbedtls-latest/library/
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()
Dcipher.c1358 status = psa_cipher_update(&cipher_op, in mbedtls_cipher_crypt()
Dssl_msg.c1330 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_encrypt_buf()
1869 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_decrypt_buf()
Dpsa_crypto.c4483 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, function
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function1094 PSA_ASSERT(psa_cipher_update(&operation,
1202 PSA_ASSERT(psa_cipher_update(&operation, input->x, first_part_size,
1212 PSA_ASSERT(psa_cipher_update(&operation,
1331 PSA_ASSERT(psa_cipher_update(&operation,
1342 PSA_ASSERT(psa_cipher_update(&operation,
1552 status = psa_cipher_update(&operation,
1580 status = psa_cipher_update(&operation,
1601 status = psa_cipher_update(&operation,
1610 status = psa_cipher_update(&operation,
1630 status = psa_cipher_update(&operation,
[all …]
Dtest_suite_psa_crypto.function3872 TEST_EQUAL(psa_cipher_update(&func,
3877 TEST_EQUAL(psa_cipher_update(&init,
3882 TEST_EQUAL(psa_cipher_update(&zero,
4041 TEST_EQUAL(psa_cipher_update(&operation,
4051 TEST_EQUAL(psa_cipher_update(&operation,
4066 TEST_EQUAL(psa_cipher_update(&operation,
4162 status = psa_cipher_update(&operation, input->x, input->len,
4282 PSA_ASSERT(psa_cipher_update(&operation,
4300 PSA_ASSERT(psa_cipher_update(&operation,
4426 PSA_ASSERT(psa_cipher_update(&operation,
[all …]
/mbedtls-latest/programs/psa/
Dcrypto_examples.c66 status = psa_cipher_update(operation, input + bytes_written, in cipher_operation()
/mbedtls-latest/tests/src/
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()
Dpsa_test_wrappers.c448 …psa_status_t status = (psa_cipher_update)(arg0_operation, arg1_input, arg2_input_length, arg3_outp… in mbedtls_test_wrap_psa_cipher_update()
/mbedtls-latest/include/psa/
Dcrypto.h1958 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h254 #define psa_cipher_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_s… macro
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1113 status = psa_cipher_update(&cipher_op, input, ilen, output, ilen, olen); in mbedtls_test_psa_cipher_encrypt_helper()
/mbedtls-latest/docs/
Dpsa-transition.md379 4. Call [`psa_cipher_update`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group…