Home
last modified time | relevance | path

Searched refs:PKCS11_CKO_SECRET_KEY (Results 1 – 8 of 8) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c561 assert(get_class(temp) == PKCS11_CKO_SECRET_KEY); in create_symm_key_attributes()
567 assert(get_class(*out) == PKCS11_CKO_SECRET_KEY); in create_symm_key_attributes()
1116 assert(get_class(*temp) == PKCS11_CKO_SECRET_KEY); in sanitize_symm_key_attributes()
1224 class = PKCS11_CKO_SECRET_KEY; in create_attributes_from_template()
1228 class = PKCS11_CKO_SECRET_KEY; in create_attributes_from_template()
1304 if (get_class(temp) != PKCS11_CKO_SECRET_KEY || in create_attributes_from_template()
1311 if (get_class(temp) != PKCS11_CKO_SECRET_KEY || in create_attributes_from_template()
1366 case PKCS11_CKO_SECRET_KEY: in create_attributes_from_template()
1424 case PKCS11_CKO_SECRET_KEY: in create_attributes_from_template()
1563 case PKCS11_CKO_SECRET_KEY: in check_access_attrs_against_token()
[all …]
H A Dpkcs11_helpers.c319 PKCS11_ID(PKCS11_CKO_SECRET_KEY),
454 case PKCS11_CKO_SECRET_KEY: in pkcs11_class_has_type()
468 case PKCS11_CKO_SECRET_KEY: in pkcs11_attr_class_is_key()
784 case PKCS11_CKO_SECRET_KEY: in id2str_type()
H A Dprocessing_digest.c168 if (get_class(obj->attributes) != PKCS11_CKO_SECRET_KEY) in step_digest_operation()
H A Dsanitize_object.c32 case PKCS11_CKO_SECRET_KEY: in sanitize_consistent_class_and_type()
H A Dobject.c562 case PKCS11_CKO_SECRET_KEY: in entry_find_objects_init()
1210 if (class == PKCS11_CKO_SECRET_KEY || in entry_copy_object()
H A Dprocessing_symm.c122 assert(get_class(obj->attributes) == PKCS11_CKO_SECRET_KEY); in pkcs2tee_key_type()
H A Dprocessing.c1231 case PKCS11_CKO_SECRET_KEY: in entry_wrap_key()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1215 PKCS11_CKO_SECRET_KEY = 0x004, enumerator