Home
last modified time | relevance | path

Searched defs:class (Results 1 – 7 of 7) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_helpers.c446 bool pkcs11_class_has_type(uint32_t class) in pkcs11_class_has_type()
463 bool pkcs11_attr_class_is_key(uint32_t class) in pkcs11_attr_class_is_key()
778 const char *id2str_type(uint32_t id, uint32_t class) in id2str_type()
H A Dattributes.h238 uint32_t class = 0; in get_class() local
H A Dprocessing_asymm.c167 enum pkcs11_class_id class = get_class(obj->attributes); in pkcs2tee_key_type() local
300 enum pkcs11_class_id __maybe_unused class = get_class(obj->attributes); in load_tee_key() local
H A Dsanitize_object.c89 uint32_t class = 0; in sanitize_class_and_type() local
H A Dpkcs11_attributes.c494 enum pkcs11_class_id class = PKCS11_CKO_UNDEFINED_ID; in create_storage_attributes() local
1192 uint32_t class = PKCS11_UNDEFINED_ID; in create_attributes_from_template() local
2319 enum pkcs11_class_id class, in attribute_is_modifiable()
2378 enum pkcs11_class_id class = PKCS11_CKO_UNDEFINED_ID; in check_attrs_against_modification() local
H A Dobject.c1135 enum pkcs11_class_id class = PKCS11_CKO_UNDEFINED_ID; in entry_copy_object() local
/optee_os/core/crypto/
H A Dcrypto.c223 uint32_t class = TEE_ALG_GET_CLASS(algo); in crypto_cipher_get_block_size() local