Home | History | Annotate | Download | only in openssl

Lines Matching full:sets

112 /* EVP_PKEY_copy_parameters sets the parameters of |to| to equal the parameters
140 * type (e.g. |EVP_PKEY_HMAC|), sets |mac_key| as the MAC key and "generates" a
183 /* EVP_PKEY_assign sets the underlying key of |pkey| to |key|, which must be of
188 /* EVP_PKEY_set_type sets the type of |pkey| to |type|, which should be one of
232 /* EVP_DigestSignInit sets up |ctx| for a signing operation with |type| and
271 /* EVP_DigestVerifyInit sets up |ctx| for a signature verification operation
282 /* EVP_DigestVerifyInitFromAlgorithm sets up |ctx| for a signature verification
431 /* EVP_PKEY_CTX_dup allocates a fresh |EVP_PKEY_CTX| and sets it equal to the
438 /* EVP_PKEY_CTX_set_app_data sets an opaque pointer on |ctx|. */
528 /* EVP_PKEY_derive_set_peer sets the peer's key to be used for key derivation
554 * |ctx| and sets |*ppkey| to a fresh |EVP_PKEY| containing the resulting key.
561 /* EVP_PKEY_CTX_set_signature_md sets |md| as the digest to be used in a
566 /* EVP_PKEY_CTX_get_signature_md sets |*out_md| to the digest to be used in a
574 /* EVP_PKEY_CTX_set_rsa_padding sets the padding type to use. It should be one
578 /* EVP_PKEY_CTX_get_rsa_padding sets |*out_padding| to the current padding
584 /* EVP_PKEY_CTX_set_rsa_pss_saltlen sets the length of the salt in a PSS-padded
593 /* EVP_PKEY_CTX_get_rsa_pss_saltlen sets |*out_salt_len| to the salt length of
602 /* EVP_PKEY_CTX_set_rsa_keygen_bits sets the size of the desired RSA modulus,
608 /* EVP_PKEY_CTX_set_rsa_keygen_pubexp sets |e| as the public exponent for key
613 /* EVP_PKEY_CTX_set_rsa_oaep_md sets |md| as the digest used in OAEP padding.
618 /* EVP_PKEY_CTX_get_rsa_oaep_md sets |*out_md| to the digest function used in
623 /* EVP_PKEY_CTX_set_rsa_mgf1_md sets |md| as the digest used in MGF1. Returns
628 /* EVP_PKEY_CTX_get_rsa_mgf1_md sets |*out_md| to the digest function used in
633 /* EVP_PKEY_CTX_set0_rsa_oaep_label sets |label_len| bytes from |label| as the
642 /* EVP_PKEY_CTX_get0_rsa_oaep_label sets |*out_label| to point to the internal