Lines Matching +full:multi +full:- +full:function
13 - Routines for getting and setting data in an RSA object
57 return a B<BIGNUM>. Refer to L<EVP_PKEY-DH(7)> for more information.
68 For multi-prime RSA (defined in RFC 8017), there are also one or more
82 parameters to the function. The values B<n> and B<e> must be non-NULL
83 the first time this function is called on a given RSA object. The
86 Calling this function transfers the memory management of the values to
88 should not be freed by the caller after this function has been called.
97 ignore NULL parameters but return values for other, non-NULL, parameters.
99 For multi-prime RSA, RSA_get0_multi_prime_factors() and RSA_get0_multi_prime_params()
102 sets a collect of multi-prime 'triplet' members (prime, exponent and coefficient)
106 retrieved separately by the corresponding function
110 RSA_get0_pss_params() is used to retrieve the RSA-PSS parameters.
138 RSA_set0_multi_prime_params() always clears the original multi-prime
158 multi-prime RSA.
160 RSA_get_version() returns B<RSA_ASN1_VERSION_MULTI> for multi-prime RSA and
161 B<RSA_ASN1_VERSION_DEFAULT> for normal two-prime RSA, as defined in RFC 8017.
174 The RSA_get0_pss_params() function was added in OpenSSL 1.1.1e.
187 Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved.