Searched refs:psa_cipher_update (Results 1 – 14 of 14) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 82 #define psa_cipher_update \ macro 83 PSA_FUNCTION_NAME(psa_cipher_update)
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ctr_drbg.c | 247 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()
|
D | cipher.c | 1355 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 | 4427 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update() function
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 1078 PSA_ASSERT(psa_cipher_update(&operation, 1186 PSA_ASSERT(psa_cipher_update(&operation, input->x, first_part_size, 1196 PSA_ASSERT(psa_cipher_update(&operation, 1315 PSA_ASSERT(psa_cipher_update(&operation, 1326 PSA_ASSERT(psa_cipher_update(&operation, 1536 status = psa_cipher_update(&operation, 1564 status = psa_cipher_update(&operation, 1585 status = psa_cipher_update(&operation, 1594 status = psa_cipher_update(&operation, 1614 status = psa_cipher_update(&operation, [all …]
|
D | test_suite_psa_crypto.function | 3892 TEST_EQUAL(psa_cipher_update(&func, 3897 TEST_EQUAL(psa_cipher_update(&init, 3902 TEST_EQUAL(psa_cipher_update(&zero, 4061 TEST_EQUAL(psa_cipher_update(&operation, 4071 TEST_EQUAL(psa_cipher_update(&operation, 4086 TEST_EQUAL(psa_cipher_update(&operation, 4182 status = psa_cipher_update(&operation, input->x, input->len, 4302 PSA_ASSERT(psa_cipher_update(&operation, 4320 PSA_ASSERT(psa_cipher_update(&operation, 4446 PSA_ASSERT(psa_cipher_update(&operation, [all …]
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | crypto_examples.c | 66 status = psa_cipher_update(operation, input + bytes_written, in cipher_operation()
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 1955 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
|
/openthread-latest/third_party/mbedtls/repo/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 | 449 …psa_status_t status = (psa_cipher_update)(arg0_operation, arg1_input, arg2_input_length, arg3_outp… in mbedtls_test_wrap_psa_cipher_update()
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 255 #define psa_cipher_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_s… macro
|
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/ |
D | ssl_helpers.c | 1110 status = psa_cipher_update(&cipher_op, input, ilen, output, ilen, olen); in mbedtls_test_psa_cipher_encrypt_helper()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 379 4. Call [`psa_cipher_update`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group…
|