Lines Matching refs:called
272 The init() method is called to initialize algorithm-specific data when a new
273 B<EVP_PKEY_CTX> is created. As opposed to init(), the cleanup() method is called
274 when an B<EVP_PKEY_CTX> is freed. The copy() method is called when an B<EVP_PKEY_CTX>
282 They are called by L<EVP_PKEY_paramgen_init(3)> and L<EVP_PKEY_paramgen(3)> to
289 the specified algorithm. They are called by L<EVP_PKEY_keygen_init(3)> and
297 piece of data using a private key. They are called by L<EVP_PKEY_sign_init(3)>
306 valid. They are called by L<EVP_PKEY_verify_init(3)> and L<EVP_PKEY_verify(3)>.
315 signature that was generated by RSA signing algorithm). They are called by
323 a B<EVP_MD_CTX> object. They are called by the EVP_DigestSign functions. See
331 against the data in a B<EVP_MD_CTX> object. They are called by the various
339 They are called by L<EVP_PKEY_encrypt_init(3)> and L<EVP_PKEY_encrypt(3)>.
346 They are called by L<EVP_PKEY_decrypt_init(3)> and L<EVP_PKEY_decrypt(3)>.
352 from a public key algorithm (for instance, the DH algorithm). They are called by
368 a signature in a one-shot mode. They could be called by L<EVP_DigestSign(3)>
377 They could be called by L<EVP_PKEY_check(3)>, L<EVP_PKEY_public_check(3)> and
386 be signed. The digest_custom() function will be called by L<EVP_DigestSignInit(3)>
406 of an B<EVP_PKEY_METHOD> is always called by the EVP framework while doing a