Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
Dcrypto.h1706 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/
Dpsa_crypto_driver_wrappers.h178 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);
Dpsa_crypto_driver_wrappers.c1332 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()
Dpsa_crypto.c3919 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()
Dcipher.c1230 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()
Dssl_msg.c1037 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/
Dcrypto_examples.c61 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/
Dpsa_crypto_driver_wrappers.c.jinja1317 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/
Dtest_suite_psa_crypto_op_fail.function124 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
Dtest_suite_psa_crypto.function210 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 …]
Dtest_suite_psa_crypto_driver_wrappers.function1042 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;
Dtest_suite_psa_crypto_se_driver_hal.function666 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT;
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c159 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key()
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c1041 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_test_psa_cipher_encrypt_helper()