Home | History | Annotate | Download | only in pkcs12

Lines Matching defs:PKCS12

0 /* pkcs12.h */
109 } PKCS12;
196 int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes);
197 STACK_OF(PKCS7) *PKCS12_unpack_authsafes(PKCS12 *p12);
217 PKCS12 *PKCS12_init(int mode);
225 int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen,
227 int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen);
228 int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen,
231 int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt,
236 DECLARE_ASN1_FUNCTIONS(PKCS12)
245 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
247 PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert,
257 PKCS12 *PKCS12_add_safes(STACK_OF(PKCS7) *safes, int p7_nid);
259 int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
260 int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12);
261 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
262 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12);
263 int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass);
271 /* Error codes for the PKCS12 functions. */