Lines Matching refs:private
56 int private);
388 * Setup either a public or a private RSA key for subsequent uses
446 * RSA public key has only public exponent. RSA private key must have
447 * private exponent. However, it may also have public exponent.
448 * Thus, the existance of a private exponent indicates a private key.
490 /* Lookup private attributes */
677 * 3. The second byte is 1 for private and 2 for public keys.
678 * 4. Pad with 0xff for private and non-zero random for public keys.
681 dca_pkcs1_padding(dca_t *dca, caddr_t buf, int flen, int tlen, int private)
686 "dca_pkcs1_padding: tlen: %d, flen: %d: private: %d\n",
687 tlen, flen, private);
692 if (private) {
693 /* Padding for private encrypt */