Home
last modified time | relevance | path

Searched refs:PKCS11_CKA_EC_PARAMS (Results 1 – 5 of 5) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c358 obj, PKCS11_CKA_EC_PARAMS)) in load_tee_ec_key_attrs()
383 obj, PKCS11_CKA_EC_PARAMS)) in load_tee_ec_key_attrs()
607 remove_empty_attribute(priv_head, PKCS11_CKA_EC_PARAMS)) { in generate_ec_keys()
614 if (get_attribute_ptr(*pub_head, PKCS11_CKA_EC_PARAMS, in generate_ec_keys()
649 rc = add_attribute(priv_head, PKCS11_CKA_EC_PARAMS, a_ptr, a_size); in generate_ec_keys()
742 remove_empty_attribute(priv_head, PKCS11_CKA_EC_PARAMS)) { in generate_eddsa_keys()
749 if (get_attribute_ptr(*pub_head, PKCS11_CKA_EC_PARAMS, in generate_eddsa_keys()
779 rc = add_attribute(priv_head, PKCS11_CKA_EC_PARAMS, a_ptr, a_size); in generate_eddsa_keys()
H A Dpkcs11_helpers.c63 PKCS11_ID_SZ(PKCS11_CKA_EC_PARAMS, 0),
565 if (get_attribute_ptr(obj->attributes, PKCS11_CKA_EC_PARAMS, in pkcs2tee_load_attr()
H A Dpkcs11_attributes.c470 PKCS11_CKA_EC_PARAMS,
481 PKCS11_CKA_EC_PARAMS,
486 PKCS11_CKA_EC_PARAMS,
955 if (get_attribute_ptr(temp, PKCS11_CKA_EC_PARAMS, in create_ec_priv_key_hidden_attributes()
H A Dprocessing.c156 if (get_attribute_ptr(attrs, PKCS11_CKA_EC_PARAMS, in get_object_key_bit_size()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1143 PKCS11_CKA_EC_PARAMS = 0x0180, enumerator