Searched refs:pkcs11_attribute_head (Results 1 – 15 of 15) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | processing.h | 131 struct pkcs11_attribute_head *proc_params, 154 struct pkcs11_attribute_head *proc_params, 197 struct pkcs11_attribute_head *proc_params); 220 struct pkcs11_attribute_head *proc_params, 223 enum pkcs11_rc generate_ec_keys(struct pkcs11_attribute_head *proc_params, 227 enum pkcs11_rc generate_eddsa_keys(struct pkcs11_attribute_head *proc_params, 242 struct pkcs11_attribute_head *proc_params); 248 struct pkcs11_attribute_head *params); 252 struct pkcs11_attribute_head *proc_params); 256 struct pkcs11_attribute_head *proc_params); [all …]
|
| H A D | sanitize_object.c | 50 struct pkcs11_attribute_head *attr, in read_attr_advance() 78 struct pkcs11_attribute_head cli_ref = { }; in sanitize_class_and_type() 173 struct pkcs11_attribute_head cli_ref = { }; in sanitize_boolprops() 226 struct pkcs11_attribute_head *cli_ref, in sanitize_indirect_attr() 252 struct pkcs11_attribute_head cli_ref = { }; in sanitize_client_object() 333 struct pkcs11_attribute_head pkcs11_ref; in __trace_attributes()
|
| H A D | attributes.c | 72 struct pkcs11_attribute_head pkcs11_ref = { }; in _remove_attribute() 116 struct pkcs11_attribute_head pkcs11_ref = { }; in get_attribute_ptrs() 215 struct pkcs11_attribute_head *cli_ref = (void *)cur; in modify_attributes_list() 217 struct pkcs11_attribute_head cli_head = { }; in modify_attributes_list() 260 struct pkcs11_attribute_head pkcs11_ref = { }; in attributes_match_reference() 293 struct pkcs11_attribute_head pkcs11_ref = { }; in attributes_match_add_reference() 348 struct pkcs11_attribute_head pkcs11_ref = { }; in __trace_attributes()
|
| H A D | processing_digest.c | 40 pkcs2tee_algorithm(uint32_t *tee_id, struct pkcs11_attribute_head *proc_params) in pkcs2tee_algorithm() 67 struct pkcs11_attribute_head *params) in allocate_tee_operation() 89 struct pkcs11_attribute_head *proc_params) in init_digest_operation()
|
| H A D | pkcs11_attributes.h | 169 static inline bool attribute_is_hidden(struct pkcs11_attribute_head *req_attr) in attribute_is_hidden() 175 bool attribute_is_exportable(struct pkcs11_attribute_head *req_attr,
|
| H A D | processing_rsa.c | 19 struct pkcs11_attribute_head *proc_params) in pkcs2tee_proc_params_rsa_pss() 118 struct pkcs11_attribute_head *proc_params) in pkcs2tee_algo_rsa_pss() 201 struct pkcs11_attribute_head *proc_params) in pkcs2tee_proc_params_rsa_oaep() 256 struct pkcs11_attribute_head *proc_params) in pkcs2tee_proc_params_rsa_aes_wrap() 324 struct pkcs11_attribute_head *proc_params) in pkcs2tee_algo_rsa_oaep() 414 struct pkcs11_attribute_head *proc_params) in pkcs2tee_algo_rsa_aes_wrap() 718 enum pkcs11_rc generate_rsa_keys(struct pkcs11_attribute_head *proc_params, in generate_rsa_keys()
|
| H A D | processing_ec.c | 437 struct pkcs11_attribute_head *proc_params, in pkcs2tee_algo_ecdsa() 589 enum pkcs11_rc generate_ec_keys(struct pkcs11_attribute_head *proc_params, in generate_ec_keys() 725 enum pkcs11_rc generate_eddsa_keys(struct pkcs11_attribute_head *proc_params, in generate_eddsa_keys() 805 struct pkcs11_attribute_head *proc_params) in pkcs2tee_proc_params_eddsa() 867 enum pkcs11_rc pkcs2tee_param_ecdh(struct pkcs11_attribute_head *proc_params, in pkcs2tee_param_ecdh() 924 struct pkcs11_attribute_head *proc_params, in pkcs2tee_algo_ecdh()
|
| H A D | serializer.h | 80 struct pkcs11_attribute_head **out);
|
| H A D | serializer.c | 108 struct pkcs11_attribute_head **out) in serialargs_alloc_get_one_attribute() 110 struct pkcs11_attribute_head head = { }; in serialargs_alloc_get_one_attribute()
|
| H A D | processing_symm.c | 61 pkcs2tee_algorithm(uint32_t *tee_id, struct pkcs11_attribute_head *proc_params) in pkcs2tee_algorithm() 201 struct pkcs11_attribute_head *params, in allocate_tee_operation() 324 struct pkcs11_attribute_head *proc_params) in load_tee_key() 438 struct pkcs11_attribute_head *proc_params) in tee_init_derive_symm() 508 input_hmac_len_is_valid(struct pkcs11_attribute_head *proc_params, in input_hmac_len_is_valid() 547 struct pkcs11_attribute_head *proc_params) in init_tee_operation() 634 struct pkcs11_attribute_head *proc_params, in init_symm_operation()
|
| H A D | processing_asymm.c | 58 struct pkcs11_attribute_head *proc_params, in pkcs2tee_algorithm() 216 struct pkcs11_attribute_head *params, in allocate_tee_operation() 405 struct pkcs11_attribute_head *proc_params, in init_tee_operation() 445 struct pkcs11_attribute_head *proc_params, in init_asymm_operation() 1025 struct pkcs11_attribute_head *proc_params, in do_asymm_derivation()
|
| H A D | processing.c | 226 struct pkcs11_attribute_head *proc_params = NULL; in entry_generate_secret() 409 struct pkcs11_attribute_head *proc_params = NULL; in entry_generate_key_pair() 609 struct pkcs11_attribute_head *proc_params = NULL; in entry_processing_init() 818 struct pkcs11_attribute_head *proc_params = NULL; in entry_processing_key() 1128 struct pkcs11_attribute_head *proc_params = NULL; in entry_wrap_key()
|
| H A D | pkcs11_attributes.c | 2121 bool attribute_is_exportable(struct pkcs11_attribute_head *req_attr, in attribute_is_exportable() 2163 static bool attr_is_modifiable_any_key(struct pkcs11_attribute_head *attr) in attr_is_modifiable_any_key() 2176 static bool attr_is_modifiable_secret_key(struct pkcs11_attribute_head *attr, in attr_is_modifiable_secret_key() 2207 static bool attr_is_modifiable_public_key(struct pkcs11_attribute_head *attr, in attr_is_modifiable_public_key() 2226 static bool attr_is_modifiable_private_key(struct pkcs11_attribute_head *attr, in attr_is_modifiable_private_key() 2262 static bool attr_is_modifiable_certificate(struct pkcs11_attribute_head *attr, in attr_is_modifiable_certificate() 2317 struct pkcs11_attribute_head *req_attr, in attribute_is_modifiable() 2390 struct pkcs11_attribute_head cli_ref = { }; in check_attrs_against_modification()
|
| H A D | object.c | 832 struct pkcs11_attribute_head *cli_ref = (void *)cur; in entry_get_attribute_value() 833 struct pkcs11_attribute_head cli_head = { }; in entry_get_attribute_value()
|
| /optee_os/ta/pkcs11/include/ |
| H A D | pkcs11_ta.h | 1036 struct pkcs11_attribute_head { struct
|