Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/include/spe/
Dcrypto_spe.h94 #define psa_cipher_update \ macro
95 PSA_FUNCTION_NAME(psa_cipher_update)
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function1074 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 …]
Dtest_suite_psa_crypto.function3524 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/
Dpsa_exercise_key.c181 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/
Dcrypto_examples.c78 status = psa_cipher_update(operation, input + bytes_written, in cipher_operation()
/third_party/mbedtls/include/psa/
Dcrypto.h1960 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
/third_party/mbedtls/library/
Dcipher.c1260 status = psa_cipher_update(&cipher_op, in mbedtls_cipher_crypt()
Dssl_msg.c1112 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_encrypt_buf()
1651 status = psa_cipher_update(&cipher_op, in mbedtls_ssl_decrypt_buf()
Dpsa_crypto.c4085 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update() function
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c1058 status = psa_cipher_update(&cipher_op, input, ilen, output, ilen, olen); in mbedtls_test_psa_cipher_encrypt_helper()