/external/boringssl/src/include/openssl/ |
D | pkcs8.h | 146 OPENSSL_EXPORT PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes, 150 OPENSSL_EXPORT PKCS12* d2i_PKCS12_bio(BIO *bio, PKCS12 **out_p12); 153 OPENSSL_EXPORT PKCS12* d2i_PKCS12_fp(FILE *fp, PKCS12 **out_p12); 159 OPENSSL_EXPORT int i2d_PKCS12(const PKCS12 *p12, uint8_t **out); 163 OPENSSL_EXPORT int i2d_PKCS12_bio(BIO *bio, const PKCS12 *p12); 167 OPENSSL_EXPORT int i2d_PKCS12_fp(FILE *fp, const PKCS12 *p12); 183 OPENSSL_EXPORT int PKCS12_parse(const PKCS12 *p12, const char *password, 195 OPENSSL_EXPORT int PKCS12_verify_mac(const PKCS12 *p12, const char *password, 209 OPENSSL_EXPORT PKCS12 *PKCS12_create(const char *password, const char *name, 216 OPENSSL_EXPORT void PKCS12_free(PKCS12 *p12); [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | pkcs8.h | 146 OPENSSL_EXPORT PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes, 150 OPENSSL_EXPORT PKCS12* d2i_PKCS12_bio(BIO *bio, PKCS12 **out_p12); 153 OPENSSL_EXPORT PKCS12* d2i_PKCS12_fp(FILE *fp, PKCS12 **out_p12); 159 OPENSSL_EXPORT int i2d_PKCS12(const PKCS12 *p12, uint8_t **out); 163 OPENSSL_EXPORT int i2d_PKCS12_bio(BIO *bio, const PKCS12 *p12); 167 OPENSSL_EXPORT int i2d_PKCS12_fp(FILE *fp, const PKCS12 *p12); 183 OPENSSL_EXPORT int PKCS12_parse(const PKCS12 *p12, const char *password, 195 OPENSSL_EXPORT int PKCS12_verify_mac(const PKCS12 *p12, const char *password, 209 OPENSSL_EXPORT PKCS12 *PKCS12_create(const char *password, const char *name, 216 OPENSSL_EXPORT void PKCS12_free(PKCS12 *p12); [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
D | AES.java | 321 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA1, 128, 16); in PBEWithSHA1AESCBC128() 330 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA1, 192, 16); in PBEWithSHA1AESCBC192() 339 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA1, 256, 16); in PBEWithSHA1AESCBC256() 351 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA256, 128, 16); in PBEWithSHA256AESCBC128() 360 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA256, 192, 16); in PBEWithSHA256AESCBC192() 369 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA256, 256, 16); in PBEWithSHA256AESCBC256() 431 super("PBEWithSHA1And128BitAES-CBC-BC", null, true, PKCS12, SHA1, 128, 128); in PBEWithSHAAnd128BitAESBC() 443 super("PBEWithSHA1And192BitAES-CBC-BC", null, true, PKCS12, SHA1, 192, 128); in PBEWithSHAAnd192BitAESBC() 455 super("PBEWithSHA1And256BitAES-CBC-BC", null, true, PKCS12, SHA1, 256, 128); in PBEWithSHAAnd256BitAESBC() 467 super("PBEWithSHA256And128BitAES-CBC-BC", null, true, PKCS12, SHA256, 128, 128); in PBEWithSHA256And128BitAESBC() [all …]
|
D | RC2.java | 122 …Aand128BitRC2-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC2_CBC, true, PKCS12, SHA1, 128, 64); in PBEWithSHAAnd128BitKeyFactory() 134 …hSHAand40BitRC2-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd40BitRC2_CBC, true, PKCS12, SHA1, 40, 64); in PBEWithSHAAnd40BitKeyFactory() 170 super(new CBCBlockCipher(new RC2Engine()), PKCS12, SHA1, 128, 8); in PBEWithSHAAnd128BitRC2() 182 super(new CBCBlockCipher(new RC2Engine()), PKCS12, SHA1, 40, 8); in PBEWithSHAAnd40BitRC2()
|
D | Twofish.java | 91 super("PBEwithSHAandTwofish-CBC", null, true, PKCS12, SHA1, 256, 128); in PBEWithSHAKeyFactory() 103 super(new CBCBlockCipher(new TwofishEngine()), PKCS12, SHA1, 256, 16); in PBEWithSHA()
|
D | DESede.java | 223 super(new CBCBlockCipher(new DESedeEngine()), PKCS12, SHA1, 192, 8); in PBEWithSHAAndDES3Key() 235 super(new CBCBlockCipher(new DESedeEngine()), PKCS12, SHA1, 128, 8); in PBEWithSHAAndDES2Key() 247 …dDES3Key-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd3_KeyTripleDES_CBC, true, PKCS12, SHA1, 192, 64); in PBEWithSHAAndDES3KeyFactory() 259 …dDES2Key-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd2_KeyTripleDES_CBC, true, PKCS12, SHA1, 128, 64); in PBEWithSHAAndDES2KeyFactory()
|
D | ARC4.java | 46 …PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 128, 0); in PBEWithSHAAnd128BitKeyFactory() 58 …"PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 40, 0); in PBEWithSHAAnd40BitKeyFactory()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/ |
D | AES.java | 345 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA1, 128, 16); in PBEWithSHA1AESCBC128() 357 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA1, 192, 16); in PBEWithSHA1AESCBC192() 369 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA1, 256, 16); in PBEWithSHA1AESCBC256() 382 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA256, 128, 16); in PBEWithSHA256AESCBC128() 394 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA256, 192, 16); in PBEWithSHA256AESCBC192() 406 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA256, 256, 16); in PBEWithSHA256AESCBC256() 472 super("PBEWithSHA1And128BitAES-CBC-BC", null, true, PKCS12, SHA1, 128, 128); in PBEWithSHAAnd128BitAESBC() 485 super("PBEWithSHA1And192BitAES-CBC-BC", null, true, PKCS12, SHA1, 192, 128); in PBEWithSHAAnd192BitAESBC() 498 super("PBEWithSHA1And256BitAES-CBC-BC", null, true, PKCS12, SHA1, 256, 128); in PBEWithSHAAnd256BitAESBC() 511 super("PBEWithSHA256And128BitAES-CBC-BC", null, true, PKCS12, SHA256, 128, 128); in PBEWithSHA256And128BitAESBC() [all …]
|
D | RC2.java | 128 …Aand128BitRC2-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC2_CBC, true, PKCS12, SHA1, 128, 64); in PBEWithSHAAnd128BitKeyFactory() 141 …hSHAand40BitRC2-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd40BitRC2_CBC, true, PKCS12, SHA1, 40, 64); in PBEWithSHAAnd40BitKeyFactory() 180 super(new CBCBlockCipher(new RC2Engine()), PKCS12, SHA1, 128, 8); in PBEWithSHAAnd128BitRC2() 193 super(new CBCBlockCipher(new RC2Engine()), PKCS12, SHA1, 40, 8); in PBEWithSHAAnd40BitRC2()
|
D | Twofish.java | 96 super("PBEwithSHAandTwofish-CBC", null, true, PKCS12, SHA1, 256, 128); in PBEWithSHAKeyFactory() 109 super(new CBCBlockCipher(new TwofishEngine()), PKCS12, SHA1, 256, 16); in PBEWithSHA()
|
D | DESede.java | 244 super(new CBCBlockCipher(new DESedeEngine()), PKCS12, SHA1, 192, 8); in PBEWithSHAAndDES3Key() 257 super(new CBCBlockCipher(new DESedeEngine()), PKCS12, SHA1, 128, 8); in PBEWithSHAAndDES2Key() 270 …dDES3Key-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd3_KeyTripleDES_CBC, true, PKCS12, SHA1, 192, 64); in PBEWithSHAAndDES3KeyFactory() 283 …dDES2Key-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd2_KeyTripleDES_CBC, true, PKCS12, SHA1, 128, 64); in PBEWithSHAAndDES2KeyFactory()
|
D | ARC4.java | 57 …PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 128, 0); in PBEWithSHAAnd128BitKeyFactory() 70 …"PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 40, 0); in PBEWithSHAAnd40BitKeyFactory()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/symmetric/ |
D | AES.java | 345 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA1, 128, 16); in PBEWithSHA1AESCBC128() 357 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA1, 192, 16); in PBEWithSHA1AESCBC192() 369 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA1, 256, 16); in PBEWithSHA1AESCBC256() 382 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA256, 128, 16); in PBEWithSHA256AESCBC128() 394 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA256, 192, 16); in PBEWithSHA256AESCBC192() 406 super(new CBCBlockCipher(new AESEngine()), PKCS12, SHA256, 256, 16); in PBEWithSHA256AESCBC256() 472 super("PBEWithSHA1And128BitAES-CBC-BC", null, true, PKCS12, SHA1, 128, 128); in PBEWithSHAAnd128BitAESBC() 485 super("PBEWithSHA1And192BitAES-CBC-BC", null, true, PKCS12, SHA1, 192, 128); in PBEWithSHAAnd192BitAESBC() 498 super("PBEWithSHA1And256BitAES-CBC-BC", null, true, PKCS12, SHA1, 256, 128); in PBEWithSHAAnd256BitAESBC() 511 super("PBEWithSHA256And128BitAES-CBC-BC", null, true, PKCS12, SHA256, 128, 128); in PBEWithSHA256And128BitAESBC() [all …]
|
D | RC2.java | 128 …Aand128BitRC2-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC2_CBC, true, PKCS12, SHA1, 128, 64); in PBEWithSHAAnd128BitKeyFactory() 141 …hSHAand40BitRC2-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd40BitRC2_CBC, true, PKCS12, SHA1, 40, 64); in PBEWithSHAAnd40BitKeyFactory() 180 super(new CBCBlockCipher(new RC2Engine()), PKCS12, SHA1, 128, 8); in PBEWithSHAAnd128BitRC2() 193 super(new CBCBlockCipher(new RC2Engine()), PKCS12, SHA1, 40, 8); in PBEWithSHAAnd40BitRC2()
|
D | Twofish.java | 96 super("PBEwithSHAandTwofish-CBC", null, true, PKCS12, SHA1, 256, 128); in PBEWithSHAKeyFactory() 109 super(new CBCBlockCipher(new TwofishEngine()), PKCS12, SHA1, 256, 16); in PBEWithSHA()
|
D | DESede.java | 244 super(new CBCBlockCipher(new DESedeEngine()), PKCS12, SHA1, 192, 8); in PBEWithSHAAndDES3Key() 257 super(new CBCBlockCipher(new DESedeEngine()), PKCS12, SHA1, 128, 8); in PBEWithSHAAndDES2Key() 270 …dDES3Key-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd3_KeyTripleDES_CBC, true, PKCS12, SHA1, 192, 64); in PBEWithSHAAndDES3KeyFactory() 283 …dDES2Key-CBC", PKCSObjectIdentifiers.pbeWithSHAAnd2_KeyTripleDES_CBC, true, PKCS12, SHA1, 128, 64); in PBEWithSHAAndDES2KeyFactory()
|
D | ARC4.java | 57 …PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 128, 0); in PBEWithSHAAnd128BitKeyFactory() 70 …"PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 40, 0); in PBEWithSHAAnd40BitKeyFactory()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 756 PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes, in d2i_PKCS12() 758 PKCS12 *p12; in d2i_PKCS12() 760 p12 = OPENSSL_malloc(sizeof(PKCS12)); in d2i_PKCS12() 784 PKCS12* d2i_PKCS12_bio(BIO *bio, PKCS12 **out_p12) { in d2i_PKCS12_bio() 789 PKCS12 *ret = NULL; in d2i_PKCS12_bio() 833 PKCS12* d2i_PKCS12_fp(FILE *fp, PKCS12 **out_p12) { in d2i_PKCS12_fp() 835 PKCS12 *ret; in d2i_PKCS12_fp() 847 int i2d_PKCS12(const PKCS12 *p12, uint8_t **out) { in i2d_PKCS12() 871 int i2d_PKCS12_bio(BIO *bio, const PKCS12 *p12) { in i2d_PKCS12_bio() 875 int i2d_PKCS12_fp(FILE *fp, const PKCS12 *p12) { in i2d_PKCS12_fp() [all …]
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 787 PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes, in d2i_PKCS12() 789 PKCS12 *p12; in d2i_PKCS12() 791 p12 = OPENSSL_malloc(sizeof(PKCS12)); in d2i_PKCS12() 815 PKCS12* d2i_PKCS12_bio(BIO *bio, PKCS12 **out_p12) { in d2i_PKCS12_bio() 820 PKCS12 *ret = NULL; in d2i_PKCS12_bio() 864 PKCS12* d2i_PKCS12_fp(FILE *fp, PKCS12 **out_p12) { in d2i_PKCS12_fp() 866 PKCS12 *ret; in d2i_PKCS12_fp() 878 int i2d_PKCS12(const PKCS12 *p12, uint8_t **out) { in i2d_PKCS12() 902 int i2d_PKCS12_bio(BIO *bio, const PKCS12 *p12) { in i2d_PKCS12_bio() 906 int i2d_PKCS12_fp(FILE *fp, const PKCS12 *p12) { in i2d_PKCS12_fp() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | PBE.java | 62 static final int PKCS12 = 2; field 175 else if (type == PKCS12) in makePBEGenerator() 528 if (type == PKCS12) in convertPassword()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/ |
D | PKCS12.java | 6 public class PKCS12 class
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/ |
D | PKCS12.java | 10 public class PKCS12 class
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/keystore/ |
D | PKCS12.java | 10 public class PKCS12 class
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | PBE.java | 66 static final int PKCS12 = 2; field 179 else if (type == PKCS12) in makePBEGenerator() 532 if (type == PKCS12) in convertPassword()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | PBE.java | 66 static final int PKCS12 = 2; field 179 else if (type == PKCS12) in makePBEGenerator() 532 if (type == PKCS12) in convertPassword()
|