Lines Matching full:private
745 functions read or write a private key in PEM format using an
748 The write routines use "traditional" private key format and can handle
749 both RSA and DSA private keys.
756 write a private key in an
777 also write out a private key as a PKCS#8
786 functions process an encrypted private key using an
794 functions process a private key using a
809 functions process an RSA private key using an
814 functions, but an error occurs if the private key is not RSA.
836 functions process a DSA private key using a
841 functions but an error occurs if the private key is not DSA.
876 functions process an EC private key using an
941 New applications should write private keys using the
1005 The PEM functions which write private keys take an
1011 then the private key is written in unencrypted form.
1038 The private key (or other data) takes the following form:
1040 -----BEGIN RSA PRIVATE KEY-----
1045 -----END RSA PRIVATE KEY-----
1099 Write an unencrypted private key to a
1107 Write a private key (using traditional format) to a
1117 Write a private key (using PKCS#8 format) to a
1127 Read a private key from a
1137 Read a private key from a
1141 key = PEM_read_bio_PrivateKey(bp, NULL, pass_cb, "My Private Key");