Lines Matching refs:PKCS12
39 static int write_p12(PKCS12 *p12, const char *outfile);
41 static PKCS12 *from_bio_p12(BIO *bio, const PKCS12_ENC *mac);
42 static PKCS12 *read_p12(const char *infile, const PKCS12_ENC *mac);
43 static int check_p12_mac(PKCS12 *p12, const PKCS12_ENC *mac);
148 PKCS12 *p12; in generate_p12()
193 static int write_p12(PKCS12 *p12, const char *outfile) in write_p12()
209 static PKCS12 *from_bio_p12(BIO *bio, const PKCS12_ENC *mac) in from_bio_p12()
211 PKCS12 *p12 = NULL; in from_bio_p12()
238 static PKCS12 *read_p12(const char *infile, const PKCS12_ENC *mac) in read_p12()
240 PKCS12 *p12 = NULL; in read_p12()
262 static int check_p12_mac(PKCS12 *p12, const PKCS12_ENC *mac) in check_p12_mac()
662 PKCS12 *p12; in start_check_pkcs12()
682 PKCS12 *p12; in start_check_pkcs12_with_mac()
702 PKCS12 *p12; in start_check_pkcs12_file()
722 PKCS12 *p12; in start_check_pkcs12_file_with_mac()