Lines Matching refs:object
13 - Routines for getting and setting data in an RSA object
59 An RSA object contains the components for the public and private key,
69 'triplet' in an RSA object. A triplet contains three members, B<r>, B<d>
83 the first time this function is called on a given RSA object. The
87 the RSA object, and therefore the values that have been passed in
103 into an RSA object.
113 object. Multiple flags can be passed in one go (bitwise ORed together).
116 set in the RSA object. Multiple flags can be tested in one go. All
119 RSA object.
122 this RSA object, or NULL if no such ENGINE has been set.
124 RSA_get_version() returns the version of an RSA object B<r>.
128 Values retrieved with RSA_get0_key() are owned by the RSA object used
139 triplets in RSA object B<r> and assign the new set of triplets into it.
163 RSA_test_flags() returns the current state of the flags in the RSA object.
165 RSA_get0_engine() returns the ENGINE set for the RSA object or NULL if no