Home | History | Annotate | Download | only in pkcs12

Lines Matching refs:p12

169 #define PKCS12_mac_present(p12) ((p12)->mac ? 1 : 0)
198 int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes);
199 STACK_OF(PKCS7) *PKCS12_unpack_authsafes(PKCS12 *p12);
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,
252 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
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);