Lines Matching refs:RSA

223 in a signature. It can be used in the RSA, DSA and ECDSA algorithms.
226 in a signature. It can be used in the RSA, DSA and ECDSA algorithms.
248 =head2 RSA parameters
250 EVP_PKEY_CTX_set_rsa_padding() sets the RSA padding mode for I<ctx>.
256 B<RSA_PKCS1_WITH_TLS_PADDING> for TLS RSA ClientKeyExchange message padding
259 Two RSA padding modes behave differently if EVP_PKEY_CTX_set_signature_md()
263 verifying. If this control is not used with RSA and PKCS#1 padding then the
265 padding for RSA the algorithm identifier byte is added or checked and removed
269 EVP_PKEY_CTX_get_rsa_padding() gets the RSA padding mode for I<ctx>.
271 EVP_PKEY_CTX_set_rsa_pss_saltlen() sets the RSA PSS salt length to I<saltlen>.
301 EVP_PKEY_CTX_get_rsa_pss_saltlen() gets the RSA PSS salt length for I<ctx>.
304 EVP_PKEY_CTX_set_rsa_keygen_bits() sets the RSA key length for
305 RSA key generation to I<bits>. If not specified 2048 bits is used.
307 EVP_PKEY_CTX_set1_rsa_keygen_pubexp() sets the public exponent value for RSA key
318 RSA key generation to I<primes>. If not specified 2 is used.
320 EVP_PKEY_CTX_set_rsa_mgf1_md_name() sets the MGF1 digest for RSA
321 padding schemes to the digest named I<mdname>. If the RSA algorithm
344 used in RSA OAEP to the digest named I<mdname>. If the RSA algorithm
355 algorithm name used in RSA OAEP and stores it in the buffer I<name> which is of
366 EVP_PKEY_CTX_set0_rsa_oaep_label() sets the RSA OAEP label to binary data
372 EVP_PKEY_CTX_get0_rsa_oaep_label() gets the RSA OAEP label to
377 B<RSA_PKCS1_WITH_TLS_PADDING> is used when decrypting an RSA encrypted TLS
401 handle both the error code from the RSA decryption operation and the
656 default operation, e.g. RSA, this function must be called before
658 built-in algorithms are enumerated in L<EVP_KEM-RSA(7)>, L<EVP_KEM-EC(7)>,