Searched refs:psa_cipher_encrypt_setup (Results 1 – 12 of 12) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
D | crypto_spe.h | 90 #define psa_cipher_encrypt_setup \ macro 91 PSA_FUNCTION_NAME(psa_cipher_encrypt_setup)
|
/third_party/mbedtls/programs/psa/ |
D | crypto_examples.c | 112 status = psa_cipher_encrypt_setup(&operation, key, alg); in cipher_encrypt()
|
/third_party/mbedtls/include/psa/ |
D | crypto.h | 1777 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto.function | 221 *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 …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 1066 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);
|
D | test_suite_psa_crypto_op_fail.function | 143 psa_cipher_encrypt_setup(&operation, key_id, alg));
|
D | test_suite_psa_crypto_se_driver_hal.function | 691 SMOKE_ASSERT(psa_cipher_encrypt_setup(&cipher_operation, key,
|
/third_party/mbedtls/tests/src/ |
D | psa_exercise_key.c | 175 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); in exercise_cipher_key()
|
/third_party/mbedtls/library/ |
D | cipher.c | 1238 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
|
D | ssl_msg.c | 1094 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_ssl_encrypt_buf()
|
D | psa_crypto.c | 3986 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/ |
D | ssl_helpers.c | 1044 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_test_psa_cipher_encrypt_helper()
|