Searched defs:p12 (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssl.old/dist/demos/pkcs12/
H A Dpkwrite.c23 PKCS12 *p12; local
H A Dpkread.c18 static char *find_friendly_name(PKCS12 *p12) argument
54 PKCS12 *p12 = NULL; local
/netbsd-current/crypto/external/bsd/openssl/dist/demos/pkcs12/
H A Dpkwrite.c23 PKCS12 *p12; local
H A Dpkread.c18 static char *find_friendly_name(PKCS12 *p12) argument
54 PKCS12 *p12 = NULL; local
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_add.c147 int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes) argument
H A Dp12_utl.c222 int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12) argument
228 int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12) argument
234 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12) argument
240 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12) argument
H A Dp12_kiss.c32 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, argument
131 static int parse_pk12(PKCS12 *p12, const char *pass, int passlen, argument
H A Dp12_crt.c35 PKCS12 *p12 = NULL; local
277 PKCS12 *p12; local
[all...]
H A Dp12_mutl.c18 int PKCS12_mac_present(const PKCS12 *p12) argument
70 static int pkcs12_gen_mac(PKCS12 *p12, const char *pass, int passlen, argument
23 PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac, const X509_ALGOR **pmacalg, const ASN1_OCTET_STRING **psalt, const ASN1_INTEGER **piter, const PKCS12 *p12) argument
143 PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *mac, unsigned int *maclen) argument
150 PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen) argument
175 PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type) argument
206 PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, const EVP_MD *md_type) argument
[all...]
H A Dp12_npas.c32 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass) argument
59 static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_utl.c227 int i2d_PKCS12_bio(BIO *bp, const PKCS12 *p12) argument
233 int i2d_PKCS12_fp(FILE *fp, const PKCS12 *p12) argument
239 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12) argument
245 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12) argument
H A Dp12_kiss.c33 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, argument
136 static int parse_pk12(PKCS12 *p12, const char *pass, int passlen, argument
[all...]
H A Dp12_add.c185 int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes) argument
H A Dp12_mutl.c24 int PKCS12_mac_present(const PKCS12 *p12) argument
76 static int pkcs12_gen_mac(PKCS12 *p12, const char *pass, int passlen, argument
29 PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac, const X509_ALGOR **pmacalg, const ASN1_OCTET_STRING **psalt, const ASN1_INTEGER **piter, const PKCS12 *p12) argument
178 PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *mac, unsigned int *maclen) argument
185 PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen) argument
209 PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type) argument
242 PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, const EVP_MD *md_type) argument
[all...]
H A Dp12_npas.c32 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass) argument
58 static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass) argument
[all...]
H A Dp12_crt.c42 PKCS12 *p12 = NULL; local
342 PKCS12 *p12; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dpkcs12.h129 STACK_OF(PKCS7) *PKCS12_unpack_authsafes(const PKCS12 *p12); variable
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_p12.c332 struct ks_pkcs12 *p12; local
573 struct ks_pkcs12 *p12 = data; local
651 struct ks_pkcs12 *p12 = data; local
661 struct ks_pkcs12 *p12 = data; local
671 struct ks_pkcs12 *p12 = data; local
682 struct ks_pkcs12 *p12 = data; local
692 struct ks_pkcs12 *p12 = data; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dpkcs12.c148 PKCS12 *p12; local
193 write_p12(PKCS12 *p12, const char *outfile) argument
211 PKCS12 *p12 = NULL; local
240 PKCS12 *p12 = NULL; local
262 check_p12_mac(PKCS12 *p12, const PKCS12_ENC *mac) argument
662 PKCS12 *p12; local
682 PKCS12 *p12; local
702 PKCS12 *p12; local
722 PKCS12 *p12; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_result.c539 PKCS12 *p12; local
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dpkcs12_format_test.c716 PKCS12 *p12 local
802 PKCS12 *p12 = NULL; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dloader_file.c208 PKCS12 *p12; local
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dpkcs12.c140 PKCS12 *p12 = NULL; local
596 dump_certs_keys_p12(BIO *out, const PKCS12 *p12, const char *pass, int passlen, int options, char *pempass, const EVP_CIPHER *enc) argument
[all...]
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dscsireg.h69 volatile uint8_t scsi_ints, p12, p13, p14; /* 010 */ member in struct:scsidevice
/netbsd-current/crypto/external/bsd/openssl/dist/engines/
H A De_loader_attic.c311 PKCS12 *p12; local

Completed in 132 milliseconds

12