Home
last modified time | relevance | path

Searched refs:psa_cipher_operation_t (Results 1 – 17 of 17) sorted by relevance

/mbedtls-latest/include/psa/
Dcrypto.h1704 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/
Dpsa_test_wrappers.h184 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/
Dcrypto_examples.c49 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/
Dpsa_test_wrappers.c315 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()
Dpsa_exercise_key.c180 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key()
/mbedtls-latest/include/mbedtls/
Dctr_drbg.h178 psa_cipher_operation_t operation;
/mbedtls-latest/library/
Dpsa_crypto_driver_wrappers.h1400 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()
Dpsa_crypto.c4306 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)
Dcipher.c1328 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()
Dssl_msg.c1255 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/
Dpsa_crypto_driver_wrappers.h.jinja1208 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/
Dtest_suite_psa_crypto_op_fail.function124 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
Dtest_suite_psa_crypto.function192 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 …]
Dtest_suite_psa_crypto_driver_wrappers.function1060 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;
Dtest_suite_psa_crypto_se_driver_hal.function679 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT;
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1096 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_test_psa_cipher_encrypt_helper()
/mbedtls-latest/docs/
Dpsa-transition.md376 1. Create an operation object of type [`psa_cipher_operation_t`](https://mbed-tls.readthedocs.io/pr…