Searched refs:psa_cipher_update (Results 1 – 14 of 14) sorted by relevance
/mbedtls-latest/tests/include/spe/ |
D | crypto_spe.h | 82 #define psa_cipher_update \ macro 83 PSA_FUNCTION_NAME(psa_cipher_update)
|
/mbedtls-latest/library/ |
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()
|
D | cipher.c | 1358 status = psa_cipher_update(&cipher_op, in mbedtls_cipher_crypt()
|
D | ssl_msg.c | 1330 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_encrypt_buf() 1869 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_decrypt_buf()
|
D | psa_crypto.c | 4483 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, function
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 1094 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 …]
|
D | test_suite_psa_crypto.function | 3872 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/ |
D | crypto_examples.c | 66 status = psa_cipher_update(operation, input + bytes_written, in cipher_operation()
|
/mbedtls-latest/tests/src/ |
D | psa_exercise_key.c | 209 PSA_ASSERT(psa_cipher_update(&operation, in exercise_cipher_key() 236 PSA_ASSERT(psa_cipher_update(&operation, in exercise_cipher_key()
|
D | psa_test_wrappers.c | 448 …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/ |
D | crypto.h | 1958 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 254 #define psa_cipher_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_s… macro
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 1113 status = psa_cipher_update(&cipher_op, input, ilen, output, ilen, olen); in mbedtls_test_psa_cipher_encrypt_helper()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 379 4. Call [`psa_cipher_update`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group…
|