Home
last modified time | relevance | path

Searched refs:PKCS11_CKO_PUBLIC_KEY (Results 1 – 9 of 9) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c743 assert(get_class(temp) == PKCS11_CKO_PUBLIC_KEY); in create_pub_key_attributes()
749 assert(get_class(*out) == PKCS11_CKO_PUBLIC_KEY); in create_pub_key_attributes()
1318 if ((get_class(temp) != PKCS11_CKO_PUBLIC_KEY && in create_attributes_from_template()
1326 if ((get_class(temp) != PKCS11_CKO_PUBLIC_KEY && in create_attributes_from_template()
1334 if ((get_class(temp) != PKCS11_CKO_PUBLIC_KEY && in create_attributes_from_template()
1372 case PKCS11_CKO_PUBLIC_KEY: in create_attributes_from_template()
1426 case PKCS11_CKO_PUBLIC_KEY: in create_attributes_from_template()
1565 case PKCS11_CKO_PUBLIC_KEY: in check_access_attrs_against_token()
1766 case PKCS11_CKO_PUBLIC_KEY: in check_created_attrs()
1778 case PKCS11_CKO_PUBLIC_KEY: in check_created_attrs()
[all …]
H A Dpkcs11_helpers.c320 PKCS11_ID(PKCS11_CKO_PUBLIC_KEY),
452 case PKCS11_CKO_PUBLIC_KEY: in pkcs11_class_has_type()
469 case PKCS11_CKO_PUBLIC_KEY: in pkcs11_attr_class_is_key()
785 case PKCS11_CKO_PUBLIC_KEY: in id2str_type()
H A Dprocessing_ec.c351 case PKCS11_CKO_PUBLIC_KEY: in load_tee_ec_key_attrs()
673 case PKCS11_CKO_PUBLIC_KEY: in load_tee_eddsa_key_attrs()
H A Dprocessing_asymm.c171 case PKCS11_CKO_PUBLIC_KEY: in pkcs2tee_key_type()
303 assert(class == PKCS11_CKO_PUBLIC_KEY || in load_tee_key()
311 class == PKCS11_CKO_PUBLIC_KEY) || in load_tee_key()
H A Dsanitize_object.c36 case PKCS11_CKO_PUBLIC_KEY: in sanitize_consistent_class_and_type()
H A Dprocessing_rsa.c545 case PKCS11_CKO_PUBLIC_KEY: in load_tee_rsa_key_attrs()
H A Dobject.c563 case PKCS11_CKO_PUBLIC_KEY: in entry_find_objects_init()
H A Dprocessing.c464 PKCS11_CKO_PUBLIC_KEY); in entry_generate_key_pair()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1213 PKCS11_CKO_PUBLIC_KEY = 0x002, enumerator