Home
last modified time | relevance | path

Searched refs:PKCS11_CKK_GENERIC_SECRET (Results 1 – 6 of 6) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_digest.c173 if (key_type != PKCS11_CKK_GENERIC_SECRET && in step_digest_operation()
H A Dpkcs11_attributes.c570 case PKCS11_CKK_GENERIC_SECRET: in create_symm_key_attributes()
1121 case PKCS11_CKK_GENERIC_SECRET: in sanitize_symm_key_attributes()
1225 type = PKCS11_CKK_GENERIC_SECRET; in create_attributes_from_template()
1305 get_key_type(temp) != PKCS11_CKK_GENERIC_SECRET) { in create_attributes_from_template()
1678 assert(get_key_type(head) == PKCS11_CKK_GENERIC_SECRET); in check_created_attrs_against_processing()
1709 case PKCS11_CKK_GENERIC_SECRET: in get_key_min_max_sizes()
1801 case PKCS11_CKK_GENERIC_SECRET: in check_created_attrs()
1998 if (key_type == PKCS11_CKK_GENERIC_SECRET) in check_parent_attrs_against_processing()
3006 case PKCS11_CKK_GENERIC_SECRET: in set_check_value_attr()
H A Dpkcs11_helpers.c333 PKCS11_ID(PKCS11_CKK_GENERIC_SECRET),
483 case PKCS11_CKK_GENERIC_SECRET: in key_type_is_symm_key()
H A Dprocessing_symm.c111 { PKCS11_CKK_GENERIC_SECRET, TEE_TYPE_GENERIC_SECRET }, in pkcs2tee_key_type()
363 if (key_type == PKCS11_CKK_GENERIC_SECRET) in load_tee_key()
H A Dprocessing.c139 case PKCS11_CKK_GENERIC_SECRET: in get_object_key_bit_size()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1235 PKCS11_CKK_GENERIC_SECRET = 0x010, enumerator