Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c768 case PKCS11_CKK_RSA: in create_pub_key_attributes()
842 case PKCS11_CKK_RSA: in create_pub_key_generated_attributes()
887 case PKCS11_CKK_RSA: in create_priv_key_attributes()
1254 type = PKCS11_CKK_RSA; in create_attributes_from_template()
1336 get_key_type(temp) != PKCS11_CKK_RSA) { in create_attributes_from_template()
1690 assert(get_key_type(head) == PKCS11_CKK_RSA); in check_created_attrs_against_processing()
1739 case PKCS11_CKK_RSA: in get_key_min_max_sizes()
1821 case PKCS11_CKK_RSA: in check_created_attrs()
1838 case PKCS11_CKK_RSA: in check_created_attrs()
2091 if (key_type != PKCS11_CKK_RSA) { in check_parent_attrs_against_processing()
[all …]
H A Dprocessing_asymm.c193 case PKCS11_CKK_RSA: in pkcs2tee_key_type()
308 case PKCS11_CKK_RSA: in load_tee_key()
351 case PKCS11_CKK_RSA: in load_tee_key()
H A Dpkcs11_helpers.c343 PKCS11_ID(PKCS11_CKK_RSA),
503 case PKCS11_CKK_RSA: in key_type_is_asymm_key()
H A Dprocessing_rsa.c542 assert(get_key_type(obj->attributes) == PKCS11_CKK_RSA); in load_tee_rsa_key_attrs()
H A Dprocessing.c150 case PKCS11_CKK_RSA: in get_object_key_bit_size()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1230 PKCS11_CKK_RSA = 0x000, enumerator