Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c788 case PKCS11_CKK_EC_EDWARDS: in create_pub_key_attributes()
897 case PKCS11_CKK_EC_EDWARDS: in create_priv_key_attributes()
1328 get_key_type(temp) != PKCS11_CKK_EC_EDWARDS) { in create_attributes_from_template()
1684 assert(get_key_type(head) == PKCS11_CKK_EC_EDWARDS); in check_created_attrs_against_processing()
1830 case PKCS11_CKK_EC_EDWARDS: in check_created_attrs()
1840 case PKCS11_CKK_EC_EDWARDS: in check_created_attrs()
1853 case PKCS11_CKK_EC_EDWARDS: in check_created_attrs()
2038 if (key_type != PKCS11_CKK_EC_EDWARDS) { in check_parent_attrs_against_processing()
H A Dpkcs11_helpers.c341 PKCS11_ID(PKCS11_CKK_EC_EDWARDS),
502 case PKCS11_CKK_EC_EDWARDS: in key_type_is_asymm_key()
H A Dprocessing_asymm.c199 case PKCS11_CKK_EC_EDWARDS: in pkcs2tee_key_type()
357 case PKCS11_CKK_EC_EDWARDS: in load_tee_key()
H A Dprocessing_ec.c670 assert(get_key_type(obj->attributes) == PKCS11_CKK_EC_EDWARDS); in load_tee_eddsa_key_attrs()
H A Dprocessing.c161 case PKCS11_CKK_EC_EDWARDS: in get_object_key_bit_size()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1243 PKCS11_CKK_EC_EDWARDS = 0x040, enumerator