Home
last modified time | relevance | path

Searched refs:proc_id (Results 1 – 7 of 7) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dtoken_capabilities.h27 void pkcs11_mechanism_supported_key_sizes(uint32_t proc_id,
31 void mechanism_supported_key_sizes_bytes(uint32_t proc_id,
H A Dpkcs11_attributes.h141 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 Dpkcs11_attributes.c1625 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 Dtoken_capabilities.c352 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 Dprocessing.h127 bool processing_is_tee_asymm(uint32_t proc_id);
150 bool processing_is_tee_symm(enum pkcs11_mechanism_id proc_id);
H A Dprocessing_asymm.c20 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 Dprocessing_symm.c28 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()