Searched refs:proc_id (Results 1 – 7 of 7) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | token_capabilities.h | 27 void pkcs11_mechanism_supported_key_sizes(uint32_t proc_id, 31 void mechanism_supported_key_sizes_bytes(uint32_t proc_id,
|
| H A D | pkcs11_attributes.h | 141 enum pkcs11_rc check_created_attrs_against_processing(uint32_t proc_id, 156 check_parent_attrs_against_processing(enum pkcs11_mechanism_id proc_id,
|
| H A D | pkcs11_attributes.c | 1625 static bool __maybe_unused check_attr_bval(uint32_t proc_id __maybe_unused, in check_attr_bval() 1635 DMSG_BAD_BBOOL(attribute, proc_id, head); in check_attr_bval() 1647 check_created_attrs_against_processing(uint32_t proc_id, in check_created_attrs_against_processing() argument 1654 switch (proc_id) { in check_created_attrs_against_processing() 1662 assert(check_attr_bval(proc_id, head, PKCS11_CKA_LOCAL, false)); in check_created_attrs_against_processing() 1669 assert(check_attr_bval(proc_id, head, PKCS11_CKA_LOCAL, true)); in check_created_attrs_against_processing() 1672 TEE_Panic(proc_id); in check_created_attrs_against_processing() 1676 switch (proc_id) { in check_created_attrs_against_processing() 1876 static bool parent_key_complies_allowed_processings(uint32_t proc_id, in parent_key_complies_allowed_processings() argument 1898 if (proc == proc_id) in parent_key_complies_allowed_processings() [all …]
|
| H A D | token_capabilities.c | 352 void pkcs11_mechanism_supported_key_sizes(uint32_t proc_id, in pkcs11_mechanism_supported_key_sizes() argument 356 switch (proc_id) { in pkcs11_mechanism_supported_key_sizes() 445 void mechanism_supported_key_sizes_bytes(uint32_t proc_id, in mechanism_supported_key_sizes_bytes() argument 449 pkcs11_mechanism_supported_key_sizes(proc_id, min_key_size, in mechanism_supported_key_sizes_bytes() 452 switch (proc_id) { in mechanism_supported_key_sizes_bytes()
|
| H A D | processing.h | 127 bool processing_is_tee_asymm(uint32_t proc_id); 150 bool processing_is_tee_symm(enum pkcs11_mechanism_id proc_id);
|
| H A D | processing_asymm.c | 20 bool processing_is_tee_asymm(uint32_t proc_id) in processing_is_tee_asymm() argument 22 switch (proc_id) { in processing_is_tee_asymm()
|
| H A D | processing_symm.c | 28 bool processing_is_tee_symm(enum pkcs11_mechanism_id proc_id) in processing_is_tee_symm() argument 30 switch (proc_id) { in processing_is_tee_symm()
|