Searched refs:psa_cipher_operation_t (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto.h | 1716 typedef struct psa_cipher_operation_s psa_cipher_operation_t; typedef 1726 static psa_cipher_operation_t psa_cipher_operation_init(void); 1787 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, 1850 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, 1888 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, 1929 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, 1970 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, 2022 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, 2052 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ctr_drbg.h | 178 psa_cipher_operation_t operation;
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_driver_wrappers.h | 1243 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_encrypt_setup() 1316 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_decrypt_setup() 1389 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_set_iv() 1424 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_update() 1470 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_finish() 1508 psa_cipher_operation_t *operation ) in psa_driver_wrapper_cipher_abort()
|
| H A D | psa_crypto.c | 4440 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, in psa_cipher_setup() 4513 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup() 4520 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup() 4527 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, in psa_cipher_generate_iv() 4584 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv() 4625 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update() 4668 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, in psa_cipher_finish() 4707 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) in psa_cipher_abort()
|
| H A D | cipher.c | 1373 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()
|
| H A D | ssl_msg.c | 1256 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() 1672 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_ssl_decrypt_buf()
|