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.c280 mbedtls_psa_cipher_operation_t *operation, in psa_cipher_setup()
358 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_encrypt_setup()
369 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_decrypt_setup()
380 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_set_iv()
497 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_update()
550 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_finish()
588 mbedtls_psa_cipher_operation_t *operation) in mbedtls_psa_cipher_abort()
615 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_encrypt()
671 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