Searched refs:psa_cipher_operation_t (Results 1 – 17 of 17) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 1701 typedef struct psa_cipher_operation_s psa_cipher_operation_t; typedef 1711 static psa_cipher_operation_t psa_cipher_operation_init(void); 1772 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, 1835 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, 1873 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, 1914 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, 1955 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, 2007 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, 2037 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
|
/openthread-latest/third_party/mbedtls/repo/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()
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 185 psa_cipher_operation_t *arg0_operation); 201 psa_cipher_operation_t *arg0_operation, 219 psa_cipher_operation_t *arg0_operation, 226 psa_cipher_operation_t *arg0_operation, 234 psa_cipher_operation_t *arg0_operation, 242 psa_cipher_operation_t *arg0_operation, 249 psa_cipher_operation_t *arg0_operation,
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 316 psa_cipher_operation_t *arg0_operation) in mbedtls_test_wrap_psa_cipher_abort() 346 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_decrypt_setup() 378 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_encrypt_setup() 388 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_finish() 405 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_generate_iv() 422 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_set_iv() 438 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()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | ctr_drbg.h | 163 psa_cipher_operation_t operation;
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_driver_wrappers.h | 1244 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_encrypt_setup() 1317 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_decrypt_setup() 1390 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_set_iv() 1425 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_update() 1471 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_finish() 1509 psa_cipher_operation_t *operation ) in psa_driver_wrapper_cipher_abort()
|
D | psa_crypto.c | 4250 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, in psa_cipher_setup() 4315 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup() 4322 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup() 4329 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, in psa_cipher_generate_iv() 4386 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv() 4427 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update() 4470 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, in psa_cipher_finish() 4509 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) in psa_cipher_abort()
|
D | cipher.c | 1325 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()
|
/openthread-latest/third_party/mbedtls/repo/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 | 214 psa_cipher_operation_t *operation, 2270 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 3885 psa_cipher_operation_t func = psa_cipher_operation_init(); 3886 psa_cipher_operation_t init = PSA_CIPHER_OPERATION_INIT; 3887 psa_cipher_operation_t zero; 3924 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 3963 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 4149 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 4214 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 4249 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 1044 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 1139 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 1268 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 1456 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
|
D | test_suite_psa_crypto_se_driver_hal.function | 666 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT;
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.h.jinja | 1207 psa_cipher_operation_t *operation, 1280 psa_cipher_operation_t *operation, 1353 psa_cipher_operation_t *operation, 1388 psa_cipher_operation_t *operation, 1434 psa_cipher_operation_t *operation, 1472 psa_cipher_operation_t *operation )
|
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/ |
D | ssl_helpers.c | 1093 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_test_psa_cipher_encrypt_helper()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 376 1. Create an operation object of type [`psa_cipher_operation_t`](https://mbed-tls.readthedocs.io/pr…
|