Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
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,
A Dpkcs11_attributes.h137 enum pkcs11_rc check_created_attrs_against_processing(uint32_t proc_id,
152 check_parent_attrs_against_processing(enum pkcs11_mechanism_id proc_id,
A Dpkcs11_attributes.c1400 switch (proc_id) { in check_created_attrs_against_processing()
1418 TEE_Panic(proc_id); in check_created_attrs_against_processing()
1422 switch (proc_id) { in check_created_attrs_against_processing()
1644 if (proc == proc_id) in parent_key_complies_allowed_processings()
1689 switch (proc_id) { in check_parent_attrs_against_processing()
1746 switch (proc_id) { in check_parent_attrs_against_processing()
1786 id2str_proc(proc_id)); in check_parent_attrs_against_processing()
1792 id2str_proc(proc_id)); in check_parent_attrs_against_processing()
1808 id2str_proc(proc_id)); in check_parent_attrs_against_processing()
1815 id2str_proc(proc_id)); in check_parent_attrs_against_processing()
[all …]
A Dtoken_capabilities.c344 void pkcs11_mechanism_supported_key_sizes(uint32_t proc_id, in pkcs11_mechanism_supported_key_sizes() argument
348 switch (proc_id) { in pkcs11_mechanism_supported_key_sizes()
435 void mechanism_supported_key_sizes_bytes(uint32_t proc_id, in mechanism_supported_key_sizes_bytes() argument
439 pkcs11_mechanism_supported_key_sizes(proc_id, min_key_size, in mechanism_supported_key_sizes_bytes()
442 switch (proc_id) { in mechanism_supported_key_sizes_bytes()
A Dprocessing.h127 bool processing_is_tee_asymm(uint32_t proc_id);
150 bool processing_is_tee_symm(uint32_t proc_id);
A Dprocessing_asymm.c19 bool processing_is_tee_asymm(uint32_t proc_id) in processing_is_tee_asymm() argument
21 switch (proc_id) { in processing_is_tee_asymm()
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()

Completed in 11 milliseconds