Home | History | Annotate | Download | only in pkcs12

Lines Matching defs:PKCS12

0 /* pkcs12.h */
109 } PKCS12;
198 int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes);
199 STACK_OF(PKCS7) *PKCS12_unpack_authsafes(PKCS12 *p12);
219 PKCS12 *PKCS12_init(int mode);
227 int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen,
229 int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen);
230 int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen,
233 int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt,
243 DECLARE_ASN1_FUNCTIONS(PKCS12)
252 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
254 PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert,
264 PKCS12 *PKCS12_add_safes(STACK_OF(PKCS7) *safes, int p7_nid);
266 int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
267 int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12);
268 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
269 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12);
270 int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass);
278 /* Error codes for the PKCS12 functions. */