Searched refs:p12 (Results 1 – 6 of 6) sorted by relevance
/hostap-3.6.0/src/crypto/ |
D | tls_openssl.c | 3408 static int tls_parse_pkcs12(struct tls_data *data, SSL *ssl, PKCS12 *p12, in tls_parse_pkcs12() argument 3422 if (!PKCS12_parse(p12, passwd, &pkey, &cert, &certs)) { in tls_parse_pkcs12() 3425 PKCS12_free(p12); in tls_parse_pkcs12() 3529 PKCS12_free(p12); in tls_parse_pkcs12() 3544 PKCS12 *p12; in tls_read_pkcs12() local 3550 p12 = d2i_PKCS12_fp(f, NULL); in tls_read_pkcs12() 3553 if (p12 == NULL) { in tls_read_pkcs12() 3559 return tls_parse_pkcs12(data, ssl, p12, passwd); in tls_read_pkcs12() 3573 PKCS12 *p12; in tls_read_pkcs12_blob() local 3575 p12 = d2i_PKCS12(NULL, (const unsigned char **) &blob, len); in tls_read_pkcs12_blob() [all …]
|
/hostap-3.6.0/hostapd/ |
D | android.config | 114 # a file that usually has extension .p12 or .pfx)
|
D | defconfig | 134 # a file that usually has extension .p12 or .pfx)
|
/hostap-3.6.0/wpa_supplicant/ |
D | README-HS20 | 142 # When PKCS#12/PFX file (.p12/.pfx) is used, client_cert should be
|
D | android.config | 155 # a file that usually has extension .p12 or .pfx)
|
D | defconfig | 189 # a file that usually has extension .p12 or .pfx)
|