Searched defs:p12 (Results 1 – 14 of 14) sorted by relevance
/external/openssl/crypto/pkcs12/ |
D | p12_utl.c | 98 int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12) in i2d_PKCS12_bio() 104 int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12) in i2d_PKCS12_fp() 110 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12) in d2i_PKCS12_bio() 115 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12) in d2i_PKCS12_fp()
|
D | p12_mutl.c | 67 int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, in PKCS12_gen_mac() 109 int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen) in PKCS12_verify_mac() 128 int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, in PKCS12_set_mac() 152 int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, in PKCS12_setup_mac()
|
D | p12_kiss.c | 80 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, in PKCS12_parse() 179 static int parse_pk12(PKCS12 *p12, const char *pass, int passlen, in parse_pk12()
|
D | p12_npas.c | 78 int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass) in PKCS12_newpass() 104 static int newpass_p12(PKCS12 *p12, char *oldpass, char *newpass) in newpass_p12()
|
D | p12_crt.c | 83 PKCS12 *p12 = NULL; in PKCS12_create() local 343 PKCS12 *p12; in PKCS12_add_safes() local
|
D | p12_add.c | 224 int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes) in PKCS12_pack_authsafes()
|
D | pkcs12.h | 167 #define PKCS12_mac_present(p12) ((p12)->mac ? 1 : 0) argument
|
/external/openssl/apps/ |
D | pkcs12.c | 105 PKCS12 *p12 = NULL; in MAIN() local 697 int dump_certs_keys_p12 (BIO *out, PKCS12 *p12, char *pass, in dump_certs_keys_p12()
|
D | apps.c | 747 PKCS12 *p12; in load_pkcs12() local
|
/external/openssl/include/openssl/ |
D | pkcs12.h | 167 #define PKCS12_mac_present(p12) ((p12)->mac ? 1 : 0) argument
|
/external/wpa_supplicant/ |
D | tls_openssl.c | 1426 static int tls_parse_pkcs12(SSL_CTX *ssl_ctx, SSL *ssl, PKCS12 *p12, in tls_parse_pkcs12() 1506 PKCS12 *p12; in tls_read_pkcs12() local 1535 PKCS12 *p12; in tls_read_pkcs12_blob() local
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | tls_openssl.c | 1422 static int tls_parse_pkcs12(SSL_CTX *ssl_ctx, SSL *ssl, PKCS12 *p12, in tls_parse_pkcs12() 1502 PKCS12 *p12; in tls_read_pkcs12() local 1531 PKCS12 *p12; in tls_read_pkcs12_blob() local
|
/external/v8/src/arm/ |
D | assembler-arm.h | 246 p12 = 12, enumerator
|
D | assembler-thumb2.h | 246 p12 = 12, enumerator
|