Home
last modified time | relevance | path

Searched refs:psa_cipher_encrypt_setup (Results 1 – 12 of 12) sorted by relevance

/third_party/mbedtls/tests/include/spe/
Dcrypto_spe.h90 #define psa_cipher_encrypt_setup \ macro
91 PSA_FUNCTION_NAME(psa_cipher_encrypt_setup)
/third_party/mbedtls/programs/psa/
Dcrypto_examples.c112 status = psa_cipher_encrypt_setup(&operation, key, alg); in cipher_encrypt()
/third_party/mbedtls/include/psa/
Dcrypto.h1777 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation,
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto.function221 *status = psa_cipher_encrypt_setup(operation, key, alg);
227 TEST_EQUAL(psa_cipher_encrypt_setup(operation, key, alg),
1949 status = psa_cipher_encrypt_setup(&operation, key, exercise_alg);
3616 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg));
3618 TEST_EQUAL(psa_cipher_encrypt_setup(&operation, key, alg),
3641 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg));
3655 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg));
3671 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg));
3683 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg));
3701 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg));
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function1066 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg));
1163 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg));
1500 status = psa_cipher_encrypt_setup(&operation, key, alg);
1521 status = psa_cipher_encrypt_setup(&operation, key, alg);
1543 status = psa_cipher_encrypt_setup(&operation, key, alg);
1578 status = psa_cipher_encrypt_setup(&operation, key, alg);
1608 status = psa_cipher_encrypt_setup(&operation, key, alg);
Dtest_suite_psa_crypto_op_fail.function143 psa_cipher_encrypt_setup(&operation, key_id, alg));
Dtest_suite_psa_crypto_se_driver_hal.function691 SMOKE_ASSERT(psa_cipher_encrypt_setup(&cipher_operation, key,
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c175 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); in exercise_cipher_key()
/third_party/mbedtls/library/
Dcipher.c1238 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
Dssl_msg.c1094 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_ssl_encrypt_buf()
Dpsa_crypto.c3986 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup() function
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c1044 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_test_psa_cipher_encrypt_helper()