Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:RSAPublicKey

3279 It takes the form of a RSAPublicKey (PKCS \#1 compliant).
3567 RSAPublicKey and RSAPrivateKey. Additionally, the OpenSSL key format is supported by the import function only.
3579 This will export the RSA key in either a RSAPublicKey or RSAPrivateKey (PKCS \#1 types) depending on the value of \textit{type}. When it is
3580 set to \textbf{PK\_PRIVATE} the export format will be RSAPrivateKey and otherwise it will be RSAPublicKey.
3593 function can import both RSAPublicKey and RSAPrivateKey formats.
3596 import the key, strip off the additional data (it's the preferred hash) and fill in the rsa\_key structure as if it were a native RSAPublicKey. Note that