Lines Matching refs:called
165 The pub_decode() and pub_encode() methods are called to decode /
168 They're called by L<X509_PUBKEY_get0(3)> and L<X509_PUBKEY_set(3)>.
170 The pub_cmp() method is called when two public keys are to be
173 It's called by L<EVP_PKEY_eq(3)>.
175 The pub_print() method is called to print a public key in humanly
178 It's called by L<EVP_PKEY_print_public(3)>.
185 The priv_decode() and priv_encode() methods are called to decode /
188 They're called by L<EVP_PKCS82PKEY(3)> and L<EVP_PKEY2PKCS8(3)>.
190 The priv_print() method is called to print a private key in humanly
193 It's called by L<EVP_PKEY_print_private(3)>.
200 It's called by L<EVP_PKEY_get_size(3)>.
203 It's called by L<EVP_PKEY_get_bits(3)>.
214 The param_decode() and param_encode() methods are called to decode /
217 They're called by L<PEM_read_bio_Parameters(3)> and the B<file:>
222 It's called by L<EVP_PKEY_missing_parameters(3)>.
226 It's called by L<EVP_PKEY_copy_parameters(3)>.
231 It's called by L<EVP_PKEY_parameters_eq(3)>.
236 It's called by L<EVP_PKEY_print_params(3)>.
248 It's called by L<X509_signature_print(3)>.
253 It's called by L<EVP_PKEY_free(3)>, L<EVP_PKEY_set_type(3)>,
259 It's called by L<EVP_PKEY_get_default_digest_nid(3)>,
275 They're called by L<d2i_PrivateKey(3)> and L<i2d_PrivateKey(3)>.
331 item_verify() and item_sign() are called by L<ASN1_item_verify(3)> and
341 It's called as part of L<X509_check_purpose(3)>, L<X509_check_ca(3)>
352 They are called by L<EVP_PKEY_check(3)>, L<EVP_PKEY_public_check(3)> and
360 They are called by L<EVP_PKEY_new_raw_private_key(3)>, and