/third_party/openssl/crypto/pkcs12/ |
D | p12_mutl.c | 24 int PKCS12_mac_present(const PKCS12 *p12) in PKCS12_mac_present() 33 const PKCS12 *p12) in PKCS12_get0_mac() 76 static int pkcs12_gen_mac(PKCS12 *p12, const char *pass, int passlen, in pkcs12_gen_mac() 168 int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, in PKCS12_gen_mac() 175 int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen) in PKCS12_verify_mac() 199 int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, in PKCS12_set_mac() 232 int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, in PKCS12_setup_mac()
|
D | p12_utl.c | 227 int i2d_PKCS12_bio(BIO *bp, const PKCS12 *p12) in i2d_PKCS12_bio() 233 int i2d_PKCS12_fp(FILE *fp, const PKCS12 *p12) in i2d_PKCS12_fp() 239 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12) in d2i_PKCS12_bio() 245 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12) in d2i_PKCS12_fp()
|
D | p12_kiss.c | 33 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, in PKCS12_parse() 136 static int parse_pk12(PKCS12 *p12, const char *pass, int passlen, in parse_pk12()
|
D | p12_npas.c | 32 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass) in PKCS12_newpass() 58 static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass) in newpass_p12()
|
D | p12_crt.c | 36 PKCS12 *p12 = NULL; in PKCS12_create_ex() local 317 PKCS12 *p12; in PKCS12_add_safes_ex() local
|
D | p12_add.c | 173 int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes) in PKCS12_pack_authsafes()
|
/third_party/openssl/test/helpers/ |
D | pkcs12.c | 148 PKCS12 *p12; in generate_p12() local 193 static int write_p12(PKCS12 *p12, const char *outfile) in write_p12() 211 PKCS12 *p12 = NULL; in from_bio_p12() local 240 PKCS12 *p12 = NULL; in read_p12() local 262 static int check_p12_mac(PKCS12 *p12, const PKCS12_ENC *mac) in check_p12_mac() 662 PKCS12 *p12; in start_check_pkcs12() local 682 PKCS12 *p12; in start_check_pkcs12_with_mac() local 702 PKCS12 *p12; in start_check_pkcs12_file() local 722 PKCS12 *p12; in start_check_pkcs12_file_with_mac() local
|
/third_party/openssl/demos/pkcs12/ |
D | pkread.c | 18 static char *find_friendly_name(PKCS12 *p12) in find_friendly_name() 54 PKCS12 *p12 = NULL; in main() local
|
D | pkwrite.c | 23 PKCS12 *p12; in main() local
|
/third_party/typescript/tests/baselines/reference/ |
D | transformsElideNullUndefinedType.js | 93 constructor(p12) { } argument 99 constructor(p12) { } argument
|
D | promiseType.js | 91 const p12 = p.catch(() => 1); constant 325 const p12 = p.catch(() => 1); constant
|
D | promiseTypeStrictNull.js | 91 const p12 = p.catch(() => 1); constant 325 const p12 = p.catch(() => 1); constant
|
D | thisTypeInObjectLiterals2.js | 182 let p12 = defineProps(p1, { variable
|
/third_party/typescript/tests/cases/conformance/types/thisType/ |
D | thisTypeInObjectLiterals2.ts | 185 let p12 = defineProps(p1, { variable
|
/third_party/skia/src/gpu/tessellate/ |
D | WangsFormula.h | 151 float4 p12 = float4::Load(pts + 1); variable
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 184 Sk2f p12 = SkNx_fma(t, tan1, p1); in appendQuadratics() local 564 Sk2f p01, p02, pT, p11, p12; in appendCubics() local 687 Sk2f p01, p02, pT, p11, p12; in chopAndAppendCubicAtMidTangent() local
|
/third_party/openssl/apps/ |
D | pkcs12.c | 179 PKCS12 *p12 = NULL; in pkcs12_main() local 836 int dump_certs_keys_p12(BIO *out, const PKCS12 *p12, const char *pass, in dump_certs_keys_p12()
|
/third_party/openssl/test/ |
D | pkcs12_format_test.c | 716 PKCS12 *p12 = NULL; in pkcs12_create_test() local
|
/third_party/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 500 SkDPoint p12 = quad1.ptAtT(t12); in intersectionFinder() local
|
D | PathOpsCubicIntersectionTest.cpp | 608 SkDPoint p12 = c1.ptAtT(t12); in intersectionFinder() local
|
/third_party/flutter/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 500 SkDPoint p12 = quad1.ptAtT(t12); in intersectionFinder() local
|
D | PathOpsCubicIntersectionTest.cpp | 609 SkDPoint p12 = c1.ptAtT(t12); in intersectionFinder() local
|
/third_party/openssl/crypto/store/ |
D | store_result.c | 539 PKCS12 *p12; in try_pkcs12() local
|
/third_party/typescript/tests/cases/compiler/ |
D | promiseTypeStrictNull.ts | 92 const p12 = p.catch(() => 1); constant
|
D | promiseType.ts | 91 const p12 = p.catch(() => 1); constant
|