/openssl/test/ |
H A D | pkcs12_api_test.c | 35 PKCS12 *p12 = NULL; in PKCS12_load() local 64 static int changepass(PKCS12 *p12, EVP_PKEY *key, X509 *cert, STACK_OF(X509) *ca) in changepass() 106 PKCS12 *p12 = NULL; in pkcs12_parse_test() local 145 PKCS12 *p12 = NULL; in pkcs12_create_ex2_setup() local 162 PKCS12 *ptr = NULL, *p12 = NULL; in pkcs12_create_ex2_test() local
|
H A D | pkcs12_format_test.c | 805 PKCS12 *p12 = NULL; in pkcs12_create_test() local 891 PKCS12 *p12 = NULL; in pkcs12_recreate_test() local
|
/openssl/demos/pkcs12/ |
H A D | pkread.c | 18 static char *find_friendly_name(PKCS12 *p12) in find_friendly_name() 54 PKCS12 *p12 = NULL; in main() local
|
H A D | pkwrite.c | 23 PKCS12 *p12; in main() local
|
/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 31 int PKCS12_mac_present(const PKCS12 *p12) in PKCS12_mac_present() 40 const PKCS12 *p12) in PKCS12_get0_mac() 156 static int pkcs12_gen_mac(PKCS12 *p12, const char *pass, int passlen, in pkcs12_gen_mac() 288 int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, in PKCS12_gen_mac() 295 int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen) in PKCS12_verify_mac() 344 int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, in PKCS12_set_mac() 386 static int pkcs12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, in pkcs12_setup_mac() 430 int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, in PKCS12_setup_mac() 436 int PKCS12_set_pbmac1_pbkdf2(PKCS12 *p12, const char *pass, int passlen, in PKCS12_set_pbmac1_pbkdf2()
|
H A D | p12_utl.c | 221 int i2d_PKCS12_bio(BIO *bp, const PKCS12 *p12) in i2d_PKCS12_bio() 227 int i2d_PKCS12_fp(FILE *fp, const PKCS12 *p12) in i2d_PKCS12_fp() 233 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12) in d2i_PKCS12_bio() 250 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12) in d2i_PKCS12_fp()
|
H A D | p12_asn.c | 32 void PKCS12_free(PKCS12 *p12) in PKCS12_free()
|
H A D | p12_init.c | 59 const PKCS7_CTX *ossl_pkcs12_get0_pkcs7ctx(const PKCS12 *p12) in ossl_pkcs12_get0_pkcs7ctx()
|
H A D | p12_kiss.c | 35 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, in PKCS12_parse() 139 static int parse_pk12(PKCS12 *p12, const char *pass, int passlen, in parse_pk12()
|
H A D | p12_npas.c | 34 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass) in PKCS12_newpass() 60 static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass) in newpass_p12()
|
H A D | p12_crt.c | 41 PKCS12 *p12 = NULL; in PKCS12_create_ex2() local 394 PKCS12 *p12; in PKCS12_add_safes_ex() local
|
H A D | p12_add.c | 187 int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes) in PKCS12_pack_authsafes()
|
/openssl/test/helpers/ |
H A D | pkcs12.c | 148 PKCS12 *p12; in generate_p12() local 193 static int write_p12(PKCS12 *p12, const char *outfile) in write_p12() 211 PKCS12 *p12 = NULL; in from_bio_p12() local 240 PKCS12 *p12 = NULL; in read_p12() local 262 static int check_p12_mac(PKCS12 *p12, const PKCS12_ENC *mac) in check_p12_mac() 669 PKCS12 *p12; in start_check_pkcs12() local 689 PKCS12 *p12; in start_check_pkcs12_with_mac() local 709 PKCS12 *p12; in start_check_pkcs12_file() local 729 PKCS12 *p12; in start_check_pkcs12_file_with_mac() local
|
/openssl/apps/ |
H A D | pkcs12.c | 188 PKCS12 *p12 = NULL; in pkcs12_main() local 942 int dump_certs_keys_p12(BIO *out, const PKCS12 *p12, const char *pass, in dump_certs_keys_p12()
|
/openssl/crypto/store/ |
H A D | store_result.c | 539 PKCS12 *p12; in try_pkcs12() local
|
/openssl/engines/ |
H A D | e_loader_attic.c | 308 PKCS12 *p12; in try_decode_PKCS12() local
|