Searched refs:psa_cipher_update (Results 1 - 11 of 11) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 94 #define psa_cipher_update \ macro 95 PSA_FUNCTION_NAME(psa_cipher_update)
|
/third_party/mbedtls/library/ |
H A 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()
|
H A D | cipher.c | 1342 * 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 D | ssl_msg.c | 1330 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 D | psa_crypto.c | 4423 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update() function
|
/third_party/mbedtls/programs/psa/ |
H A D | crypto_examples.c | 78 status = psa_cipher_update(operation, input + bytes_written, in cipher_operation()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 1727 * -# 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 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()
|
H A D | psa_test_wrappers.c | 436 /* 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 D | psa_test_wrappers.h | 255 #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 D | ssl_helpers.c | 1110 status = psa_cipher_update(&cipher_op, input, ilen, output, ilen, olen); in mbedtls_test_psa_cipher_encrypt_helper()
|
Completed in 35 milliseconds