Home
last modified time | relevance | path

Searched refs:mbedtls_psa_cipher_operation_t (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_cipher.h79 mbedtls_psa_cipher_operation_t *operation,
109 mbedtls_psa_cipher_operation_t *operation,
137 mbedtls_psa_cipher_operation_t *operation,
162 mbedtls_psa_cipher_operation_t *operation,
193 mbedtls_psa_cipher_operation_t *operation,
211 psa_status_t mbedtls_psa_cipher_abort(mbedtls_psa_cipher_operation_t *operation);
H A Dpsa_crypto_cipher.c281 mbedtls_psa_cipher_operation_t *operation, in psa_cipher_setup()
359 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_encrypt_setup()
370 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_decrypt_setup()
381 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_set_iv()
498 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_update()
551 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_finish()
610 mbedtls_psa_cipher_operation_t *operation) in mbedtls_psa_cipher_encrypt()
637 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_encrypt()
693 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_decrypt()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_driver_contexts_primitives.h46 typedef mbedtls_psa_cipher_operation_t
97 mbedtls_psa_cipher_operation_t mbedtls_ctx;
H A Dcrypto_builtin_primitives.h110 } mbedtls_psa_cipher_operation_t; typedef