Home
last modified time | relevance | path

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

/optee_os/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.c1374 switch (proc_id) { in check_created_attrs_against_processing()
1389 TEE_Panic(proc_id); in check_created_attrs_against_processing()
1393 switch (proc_id) { in check_created_attrs_against_processing()
1605 if (proc == proc_id) in parent_key_complies_allowed_processings()
1650 switch (proc_id) { in check_parent_attrs_against_processing()
1708 switch (proc_id) { in check_parent_attrs_against_processing()
1753 id2str_proc(proc_id)); in check_parent_attrs_against_processing()
1760 id2str_proc(proc_id)); in check_parent_attrs_against_processing()
1782 id2str_proc(proc_id)); in check_parent_attrs_against_processing()
1789 id2str_proc(proc_id)); in check_parent_attrs_against_processing()
[all …]
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 Dtoken_capabilities.c332 void pkcs11_mechanism_supported_key_sizes(uint32_t proc_id, in pkcs11_mechanism_supported_key_sizes() argument
336 switch (proc_id) { in pkcs11_mechanism_supported_key_sizes()
417 void mechanism_supported_key_sizes_bytes(uint32_t proc_id, in mechanism_supported_key_sizes_bytes() argument
421 pkcs11_mechanism_supported_key_sizes(proc_id, min_key_size, in mechanism_supported_key_sizes_bytes()
424 switch (proc_id) { in mechanism_supported_key_sizes_bytes()
A Dprocessing.h95 bool processing_is_tee_asymm(uint32_t proc_id);
110 bool processing_is_tee_symm(uint32_t proc_id);
A Dprocessing_asymm.c18 bool processing_is_tee_asymm(uint32_t proc_id) in processing_is_tee_asymm() argument
20 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 14 milliseconds