Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A 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);
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dctr_drbg.h178 psa_cipher_operation_t operation;
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_driver_wrappers.h1243 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 Dpsa_crypto.c4442 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, in psa_cipher_setup()
4515 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup()
4522 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup()
4529 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, in psa_cipher_generate_iv()
4586 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv()
4627 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update()
4670 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, in psa_cipher_finish()
4723 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) in psa_cipher_abort()
H A Dcipher.c1393 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()
H A Dssl_msg.c1256 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()