Searched refs:psa_cipher_operation_t (Results 1 – 17 of 17) sorted by relevance
/mbedtls-latest/include/psa/ |
D | crypto.h | 1704 typedef struct psa_cipher_operation_s psa_cipher_operation_t; typedef 1714 static psa_cipher_operation_t psa_cipher_operation_init(void); 1775 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, 1838 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, 1876 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, 1917 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, 1958 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, 2010 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, 2040 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 184 psa_cipher_operation_t *arg0_operation); 200 psa_cipher_operation_t *arg0_operation, 218 psa_cipher_operation_t *arg0_operation, 225 psa_cipher_operation_t *arg0_operation, 233 psa_cipher_operation_t *arg0_operation, 241 psa_cipher_operation_t *arg0_operation, 248 psa_cipher_operation_t *arg0_operation,
|
/mbedtls-latest/programs/psa/ |
D | crypto_examples.c | 49 static psa_status_t cipher_operation(psa_cipher_operation_t *operation, in cipher_operation() 96 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_encrypt() 127 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_decrypt()
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 315 psa_cipher_operation_t *arg0_operation) in mbedtls_test_wrap_psa_cipher_abort() 345 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_decrypt_setup() 377 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_encrypt_setup() 387 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_finish() 404 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_generate_iv() 421 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_set_iv() 437 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_update()
|
D | psa_exercise_key.c | 180 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key()
|
/mbedtls-latest/include/mbedtls/ |
D | ctr_drbg.h | 178 psa_cipher_operation_t operation;
|
/mbedtls-latest/library/ |
D | psa_crypto_driver_wrappers.h | 1400 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_encrypt_setup() 1486 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_decrypt_setup() 1572 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_set_iv() 1613 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_update() 1666 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_finish() 1710 psa_cipher_operation_t *operation ) in psa_driver_wrapper_cipher_abort()
|
D | psa_crypto.c | 4306 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, 4371 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, 4378 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, 4385 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, 4442 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, 4483 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, 4526 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, 4565 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation)
|
D | cipher.c | 1328 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()
|
D | ssl_msg.c | 1255 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() 1671 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_ssl_decrypt_buf()
|
/mbedtls-latest/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.h.jinja | 1208 psa_cipher_operation_t *operation, 1281 psa_cipher_operation_t *operation, 1354 psa_cipher_operation_t *operation, 1389 psa_cipher_operation_t *operation, 1435 psa_cipher_operation_t *operation, 1473 psa_cipher_operation_t *operation )
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_op_fail.function | 124 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
|
D | test_suite_psa_crypto.function | 192 psa_cipher_operation_t *operation, 2250 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 3865 psa_cipher_operation_t func = psa_cipher_operation_init(); 3866 psa_cipher_operation_t init = PSA_CIPHER_OPERATION_INIT; 3867 psa_cipher_operation_t zero; 3904 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 3943 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 4129 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 4194 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 4229 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 1060 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 1155 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 1284 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 1472 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
|
D | test_suite_psa_crypto_se_driver_hal.function | 679 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT;
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 1096 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_test_psa_cipher_encrypt_helper()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 376 1. Create an operation object of type [`psa_cipher_operation_t`](https://mbed-tls.readthedocs.io/pr…
|