Lines Matching refs:associated
77 An EC_KEY represents a public key and, optionally, the associated private
79 A new EC_KEY with no associated curve can be constructed by calling
80 EC_KEY_new_ex() and specifying the associated library context in I<ctx>
86 A curve can be associated with the EC_KEY by calling
93 EC_KEY_new_by_curve_name_ex() and supplying the nid of the associated
107 and if it has dropped to zero then frees the memory associated with it. If
114 EC_KEY_up_ref() increments the reference count associated with the EC_KEY
121 I<eckey> object. I<eckey> must have an EC_GROUP object associated with it
195 EC_KEY_get_flags() returns the flags associated with the EC_KEY object as an
211 EC_KEY_get0_group() returns the EC_GROUP associated with the EC_KEY.
213 EC_KEY_get0_private_key() returns the private key associated with the EC_KEY.