/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_key.c | 21 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_asc_ex() 36 n, out, md_type, ctx, propq); in PKCS12_key_gen_asc_ex() 43 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_asc() 46 out, md_type, NULL, NULL); in PKCS12_key_gen_asc() 51 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_utf8_ex() 66 n, out, md_type, ctx, propq); in PKCS12_key_gen_utf8_ex() 73 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_utf8() 76 out, md_type, NULL, NULL); in PKCS12_key_gen_utf8() 81 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_uni_ex() 101 (char *)EVP_MD_get0_name(md_type), in PKCS12_key_gen_uni_ex() 19 PKCS12_key_gen_asc_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_asc_ex() argument 41 PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_asc() argument 49 PKCS12_key_gen_utf8_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_utf8_ex() argument 71 PKCS12_key_gen_utf8(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_utf8() argument 79 PKCS12_key_gen_uni_ex(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_key_gen_uni_ex() argument 133 PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_uni() argument [all...] |
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_key.c | 21 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_asc_ex() 36 n, out, md_type, ctx, propq); in PKCS12_key_gen_asc_ex() 43 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_asc() 46 out, md_type, NULL, NULL); in PKCS12_key_gen_asc() 51 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_utf8_ex() 66 n, out, md_type, ctx, propq); in PKCS12_key_gen_utf8_ex() 73 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_utf8() 76 out, md_type, NULL, NULL); in PKCS12_key_gen_utf8() 81 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_uni_ex() 101 (char *)EVP_MD_get0_name(md_type), in PKCS12_key_gen_uni_ex() 19 PKCS12_key_gen_asc_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_asc_ex() argument 41 PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_asc() argument 49 PKCS12_key_gen_utf8_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_utf8_ex() argument 71 PKCS12_key_gen_utf8(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_utf8() argument 79 PKCS12_key_gen_uni_ex(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_key_gen_uni_ex() argument 133 PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_uni() argument [all...] |
/third_party/mbedtls/library/ |
H A D | pkcs12.c | 76 static int pkcs12_pbe_derive_key_iv(mbedtls_asn1_buf *pbe_params, mbedtls_md_type_t md_type, in pkcs12_pbe_derive_key_iv() argument 103 salt.p, salt.len, md_type, in pkcs12_pbe_derive_key_iv() 113 salt.p, salt.len, md_type, in pkcs12_pbe_derive_key_iv() 124 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, 133 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, in mbedtls_pkcs12_pbe() 144 return mbedtls_pkcs12_pbe_ext(pbe_params, mode, cipher_type, md_type, in mbedtls_pkcs12_pbe() 151 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, in mbedtls_pkcs12_pbe_ext() 191 if ((ret = pkcs12_pbe_derive_key_iv(pbe_params, md_type, pwd, pwdlen, in mbedtls_pkcs12_pbe_ext() 268 static int calculate_hashes(mbedtls_md_type_t md_type, int iterations, in calculate_hashes() argument 277 md_info = mbedtls_md_info_from_type(md_type); in calculate_hashes() 132 mbedtls_pkcs12_pbe(mbedtls_asn1_buf *pbe_params, int mode, mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, const unsigned char *pwd, size_t pwdlen, const unsigned char *data, size_t len, unsigned char *output) mbedtls_pkcs12_pbe() argument 150 mbedtls_pkcs12_pbe_ext(mbedtls_asn1_buf *pbe_params, int mode, mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, const unsigned char *pwd, size_t pwdlen, const unsigned char *data, size_t len, unsigned char *output, size_t output_size, size_t *output_len) mbedtls_pkcs12_pbe_ext() argument 326 mbedtls_pkcs12_derivation(unsigned char *data, size_t datalen, const unsigned char *pwd, size_t pwdlen, const unsigned char *salt, size_t saltlen, mbedtls_md_type_t md_type, int id, int iterations) mbedtls_pkcs12_derivation() argument [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 255 unsigned char *out, const EVP_MD *md_type); 258 unsigned char *out, const EVP_MD *md_type, 262 unsigned char *out, const EVP_MD *md_type); 265 unsigned char *out, const EVP_MD *md_type, 269 unsigned char *out, const EVP_MD *md_type); 272 unsigned char *out, const EVP_MD *md_type, 277 const EVP_MD *md_type, int en_de); 280 const EVP_MD *md_type, int en_de, 287 const EVP_MD *md_type); 289 int saltlen, const EVP_MD *md_type); [all...] |