Searched refs:psa_cipher_operation_t (Results 1 – 14 of 14) sorted by relevance
/third_party/mbedtls/include/psa/ |
D | crypto.h | 1706 typedef struct psa_cipher_operation_s psa_cipher_operation_t; typedef 1716 static psa_cipher_operation_t psa_cipher_operation_init(void); 1777 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, 1840 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, 1878 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, 1919 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, 1960 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, 2012 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, 2042 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
|
/third_party/mbedtls/library/ |
D | psa_crypto_driver_wrappers.h | 178 psa_cipher_operation_t *operation, 184 psa_cipher_operation_t *operation, 190 psa_cipher_operation_t *operation, 195 psa_cipher_operation_t *operation, 203 psa_cipher_operation_t *operation, 209 psa_cipher_operation_t *operation);
|
D | psa_crypto_driver_wrappers.c | 1332 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_encrypt_setup() 1405 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_decrypt_setup() 1478 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_set_iv() 1513 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_update() 1559 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_finish() 1597 psa_cipher_operation_t *operation ) in psa_driver_wrapper_cipher_abort()
|
D | psa_crypto.c | 3919 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, in psa_cipher_setup() 3986 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup() 3993 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup() 4000 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, in psa_cipher_generate_iv() 4051 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv() 4085 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update() 4118 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, in psa_cipher_finish() 4151 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) in psa_cipher_abort()
|
D | cipher.c | 1230 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()
|
D | ssl_msg.c | 1037 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() 1453 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_ssl_decrypt_buf()
|
/third_party/mbedtls/programs/psa/ |
D | crypto_examples.c | 61 static psa_status_t cipher_operation(psa_cipher_operation_t *operation, in cipher_operation() 108 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_encrypt() 139 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_decrypt()
|
/third_party/mbedtls/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.c.jinja | 1317 psa_cipher_operation_t *operation, 1390 psa_cipher_operation_t *operation, 1463 psa_cipher_operation_t *operation, 1498 psa_cipher_operation_t *operation, 1544 psa_cipher_operation_t *operation, 1582 psa_cipher_operation_t *operation )
|
/third_party/mbedtls/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 | 210 psa_cipher_operation_t *operation, 1908 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 3517 psa_cipher_operation_t func = psa_cipher_operation_init(); 3518 psa_cipher_operation_t init = PSA_CIPHER_OPERATION_INIT; 3519 psa_cipher_operation_t zero; 3556 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 3595 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 3781 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 3846 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 3881 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 1042 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 1135 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 1263 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; 1449 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;
|
/third_party/mbedtls/tests/src/ |
D | psa_exercise_key.c | 159 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key()
|
/third_party/mbedtls/tests/src/test_helpers/ |
D | ssl_helpers.c | 1041 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_test_psa_cipher_encrypt_helper()
|