Searched refs:psa_cipher_encrypt_setup (Results 1 – 16 of 16) sorted by relevance
/mbedtls-latest/tests/include/spe/ |
D | crypto_spe.h | 78 #define psa_cipher_encrypt_setup \ macro 79 PSA_FUNCTION_NAME(psa_cipher_encrypt_setup)
|
/mbedtls-latest/programs/psa/ |
D | crypto_examples.c | 100 status = psa_cipher_encrypt_setup(&operation, key, alg); in cipher_encrypt()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 1086 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 1184 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 1519 status = psa_cipher_encrypt_setup(&operation, key, alg); 1540 status = psa_cipher_encrypt_setup(&operation, key, alg); 1562 status = psa_cipher_encrypt_setup(&operation, key, alg); 1590 status = psa_cipher_encrypt_setup(&operation, key, alg); 1620 status = psa_cipher_encrypt_setup(&operation, key, alg);
|
D | test_suite_psa_crypto.function | 203 *status = psa_cipher_encrypt_setup(operation, key, alg); 209 TEST_EQUAL(psa_cipher_encrypt_setup(operation, key, alg), 2291 status = psa_cipher_encrypt_setup(&operation, key, exercise_alg); 3964 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 3966 TEST_EQUAL(psa_cipher_encrypt_setup(&operation, key, alg), 3989 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 4003 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 4019 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 4031 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 4049 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); [all …]
|
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 | 704 SMOKE_ASSERT(psa_cipher_encrypt_setup(&cipher_operation, key,
|
/mbedtls-latest/include/psa/ |
D | crypto.h | 1775 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation,
|
/mbedtls-latest/library/ |
D | ctr_drbg.c | 50 status = psa_cipher_encrypt_setup(&psa_ctx->operation, psa_ctx->key_id, PSA_ALG_ECB_NO_PADDING); in ctr_drbg_setup_psa_context()
|
D | cipher.c | 1336 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
|
D | ssl_msg.c | 1312 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_ssl_encrypt_buf()
|
D | psa_crypto.c | 4371 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, function
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 221 #define psa_cipher_encrypt_setup(arg0_operation, arg1_key, arg2_alg) \ macro
|
/mbedtls-latest/tests/src/ |
D | psa_exercise_key.c | 197 status = psa_cipher_encrypt_setup(&operation, key, alg); in exercise_cipher_key()
|
D | psa_test_wrappers.c | 381 psa_status_t status = (psa_cipher_encrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_cipher_encrypt_setup()
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 1099 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_test_psa_cipher_encrypt_helper()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 377 2. Select the key and algorithm with [`psa_cipher_encrypt_setup`](https://mbed-tls.readthedocs.io/p…
|