Lines Matching refs:RSA
5 RSA_check_key_ex, RSA_check_key - validate private RSA keys
11 int RSA_check_key_ex(RSA *rsa, BN_GENCB *cb);
13 int RSA_check_key(RSA *rsa);
17 RSA_check_key_ex() function validates RSA keys.
21 It does not work on RSA public keys that have only the modulus
26 the RSA key material, so the RSA key structure must contain all the private
28 Therefore, it cannot be used with any arbitrary RSA key object,
29 even if it is otherwise fit for regular RSA operation.
39 return 1 if B<rsa> is a valid RSA key, and 0 otherwise.
47 Unlike most other RSA functions, this function does B<not> work
49 key data in the RSA structure directly. An ENGINE implementation can
51 support for HSM keys - in which case the RSA structure may contain B<no>
53 acceleration or analysis purposes, then in all likelihood the RSA key data
58 A method of verifying the RSA key using opaque RSA API functions might need
59 to be considered. Right now RSA_check_key() simply uses the RSA structure