/external/curl/lib/vtls/ |
axtls.c | 221 failf(data, "%s is not x509 or pkcs12 format", 228 If a pkcs12 file successfully loaded a cert, then there's nothing to do
|
openssl.c | 69 #include <openssl/pkcs12.h> 653 PKCS12 *p12; 659 failf(data, "could not open PKCS12 file '%s'", cert_file); 666 failf(data, "error reading PKCS12 file '%s'", cert_file); 675 "could not parse PKCS12 file, check password, " OSSL_PACKAGE 687 "could not load PKCS12 client certificate, " OSSL_PACKAGE 695 failf(data, "unable to use private key from PKCS12 file '%s'", 701 failf(data, "private key from PKCS12 file '%s' " [all...] |
/external/python/cpython2/Lib/ |
mimetypes.py | 468 '.p12' : 'application/x-pkcs12', 472 '.pfx' : 'application/x-pkcs12',
|
/external/python/cpython3/Lib/ |
mimetypes.py | 467 '.p12' : 'application/x-pkcs12', 471 '.pfx' : 'application/x-pkcs12',
|
/hardware/libhardware/include/hardware/ |
keymaster_defs.h | 411 KM_ERROR_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM = -19, /* For PKCS8 & PKCS12 */ 412 KM_ERROR_UNSUPPORTED_KEY_VERIFICATION_ALGORITHM = -20, /* For PKCS8 & PKCS12 */
|
/libcore/luni/src/main/java/libcore/net/ |
MimeUtils.java | 187 add("application/x-pkcs12", "p12"); 188 add("application/x-pkcs12", "pfx");
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
mimetypes.py | 466 '.p12' : 'application/x-pkcs12', 470 '.pfx' : 'application/x-pkcs12',
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
mimetypes.py | 466 '.p12' : 'application/x-pkcs12', 470 '.pfx' : 'application/x-pkcs12',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimetypes.py | 466 '.p12' : 'application/x-pkcs12', 470 '.pfx' : 'application/x-pkcs12',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimetypes.py | 466 '.p12' : 'application/x-pkcs12', 470 '.pfx' : 'application/x-pkcs12',
|
/external/autotest/client/cros/ |
ownership.py | 15 OPENSSLP12 = 'openssl pkcs12'
|
/external/boringssl/ |
eureka.mk | 285 src/tool/pkcs12.cc\
|
sources.bp | 362 "src/tool/pkcs12.cc",
|
/external/boringssl/src/include/openssl/ |
base.h | 313 typedef struct pkcs12_st PKCS12;
|
/external/curl/ |
RELEASE-NOTES | 24 o openssl: enable pkcs12 in boringssl builds [5]
|
/libcore/ojluni/src/main/java/java/security/ |
KeyStore.java | 187 * <td>PKCS12</td> 191 * <td>PKCS12-DEF</td> 342 * {@code keystore.PKCS12.keyProtectionAlgorithm} property stores the 343 * name of the default key protection algorithm used for PKCS12 [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
JarFileTest.java | 118 * /usr/bin/openssl pkcs12 -inkey signer.pem -in signer.crt -export -out signer.p12 -name signer -passout pass:certloop 119 * keytool -importkeystore -srckeystore signer.p12 -srcstoretype PKCS12 -destkeystore signer.jks -srcstorepass certloop -deststorepass certloop [all...] |
/external/boringssl/src/crypto/pkcs8/ |
pkcs12_test.cc | 28 // openssl pkcs12 -export -inkey key.pem -in cacert.pem 906 CBS pkcs12; local [all...] |
/libcore/tools/docs/crypto/data/ |
crypto_support.json | 747 "name": "PKCS12", 752 "name": "PKCS12-DEF", [all...] |
/external/curl/lib/ |
config-symbian.h | 376 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
|
config-tpf.h | 339 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
|
config-vxworks.h | 439 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
|
curl_config.h.cmake | 452 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README | 673 openssl pkcs12 -in example.pfx -out user.pem -clcerts 675 openssl pkcs12 -in example.pfx -out ca.pem -cacerts -nokeys [all...] |
/hardware/interfaces/keymaster/4.0/ |
types.hal | [all...] |