Lines Matching refs:object
38 EVP_PKEY_get_attr_by_OBJ() finds the location of the first matching object I<obj>
46 it passes the numerical identifier (NID) I<nid> associated with the object.
49 EVP_PKEY_get_attr() returns the B<X509_ATTRIBUTE> object at index I<loc> in the
53 EVP_PKEY_delete_attr() removes the B<X509_ATTRIBUTE> object at index I<loc> in
56 EVP_PKEY_add1_attr() pushes a copy of the passed in B<X509_ATTRIBUTE> object
63 to the I<key> object's attribute list. If I<obj> already exists in the attribute
67 that it passes the numerical identifier (NID) I<nid> associated with the object.
71 that it passes a name I<attrname> associated with the object.
76 EVP_PKEY_get_attr_count() returns the number of attributes in the I<key> object
79 EVP_PKEY_get_attr_by_OBJ() returns -1 if either the list is empty OR the object
80 is not found, otherwise it returns the location of the object in the list.
96 A B<EVP_PKEY> object's attribute list is initially NULL. All the above functions