Home
last modified time | relevance | path

Searched defs:tee_id (Results 1 – 7 of 7) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_digest.c40 pkcs2tee_algorithm(uint32_t *tee_id, struct pkcs11_attribute_head *proc_params) in pkcs2tee_algorithm()
44 uint32_t tee_id; in pkcs2tee_algorithm() member
H A Dprocessing_symm.c61 pkcs2tee_algorithm(uint32_t *tee_id, struct pkcs11_attribute_head *proc_params) in pkcs2tee_algorithm()
65 uint32_t tee_id; in pkcs2tee_algorithm() member
108 uint32_t tee_id; in pkcs2tee_key_type() member
139 uint32_t tee_id; in pkcsmech2tee_key_type() member
171 uint32_t tee_id; in hmac_to_tee_hash() member
H A Dprocessing_rsa.c117 enum pkcs11_rc pkcs2tee_algo_rsa_pss(uint32_t *tee_id, in pkcs2tee_algo_rsa_pss()
323 pkcs2tee_algo_rsa_oaep(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algo_rsa_oaep()
413 pkcs2tee_algo_rsa_aes_wrap(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algo_rsa_aes_wrap()
H A Dprocessing_ec.c270 uint32_t tee_id; member
436 enum pkcs11_rc pkcs2tee_algo_ecdsa(uint32_t *tee_id, in pkcs2tee_algo_ecdsa()
923 enum pkcs11_rc pkcs2tee_algo_ecdh(uint32_t *tee_id, in pkcs2tee_algo_ecdh()
H A Dpkcs11_helpers.c550 bool pkcs2tee_load_attr(TEE_Attribute *tee_ref, uint32_t tee_id, in pkcs2tee_load_attr()
664 uint32_t tee_id, in pkcs2tee_load_hashed_attr()
702 void pkcs2tee_mode(uint32_t *tee_id, enum processing_func function) in pkcs2tee_mode()
H A Dprocessing_asymm.c56 pkcs2tee_algorithm(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algorithm()
63 uint32_t tee_id; in pkcs2tee_algorithm() member
H A Dprocessing.c376 uint32_t tee_id) in tee2pkcs_add_attribute()