Searched refs:psa_cipher_update (Results 1 – 10 of 10) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
D | crypto_spe.h | 94 #define psa_cipher_update \ macro 95 PSA_FUNCTION_NAME(psa_cipher_update)
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 1074 PSA_ASSERT(psa_cipher_update(&operation, 1181 PSA_ASSERT(psa_cipher_update(&operation, input->x, first_part_size, 1191 PSA_ASSERT(psa_cipher_update(&operation, 1309 PSA_ASSERT(psa_cipher_update(&operation, 1320 PSA_ASSERT(psa_cipher_update(&operation, 1533 status = psa_cipher_update(&operation, 1568 status = psa_cipher_update(&operation, 1589 status = psa_cipher_update(&operation, 1598 status = psa_cipher_update(&operation, 1618 status = psa_cipher_update(&operation, [all …]
|
D | test_suite_psa_crypto.function | 3524 TEST_EQUAL(psa_cipher_update(&func, 3529 TEST_EQUAL(psa_cipher_update(&init, 3534 TEST_EQUAL(psa_cipher_update(&zero, 3693 TEST_EQUAL(psa_cipher_update(&operation, 3703 TEST_EQUAL(psa_cipher_update(&operation, 3718 TEST_EQUAL(psa_cipher_update(&operation, 3814 status = psa_cipher_update(&operation, input->x, input->len, 3934 PSA_ASSERT(psa_cipher_update(&operation, 3952 PSA_ASSERT(psa_cipher_update(&operation, 4078 PSA_ASSERT(psa_cipher_update(&operation, [all …]
|
/third_party/mbedtls/tests/src/ |
D | psa_exercise_key.c | 181 PSA_ASSERT(psa_cipher_update(&operation, in exercise_cipher_key() 203 PSA_ASSERT(psa_cipher_update(&operation, in exercise_cipher_key()
|
/third_party/mbedtls/programs/psa/ |
D | crypto_examples.c | 78 status = psa_cipher_update(operation, input + bytes_written, in cipher_operation()
|
/third_party/mbedtls/include/psa/ |
D | crypto.h | 1960 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
|
/third_party/mbedtls/library/ |
D | cipher.c | 1260 status = psa_cipher_update(&cipher_op, in mbedtls_cipher_crypt()
|
D | ssl_msg.c | 1112 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_encrypt_buf() 1651 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_decrypt_buf()
|
D | psa_crypto.c | 4085 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update() function
|
/third_party/mbedtls/tests/src/test_helpers/ |
D | ssl_helpers.c | 1058 status = psa_cipher_update(&cipher_op, input, ilen, output, ilen, olen); in mbedtls_test_psa_cipher_encrypt_helper()
|