Searched refs:nid2 (Results 1 – 25 of 65) sorted by relevance
123
/third_party/openssl/test/ |
D | asn1_string_table_test.c | 21 int nid = 12345678, nid2 = 87654321, rv = 0, ret = 0; in test_string_tbl() local 35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl() 37 TEST_info("asn1 string table: add NID(%d) failed", nid2); in test_string_tbl() 47 tmp = ASN1_STRING_TABLE_get(nid2); in test_string_tbl() 49 TEST_info("asn1 string table: get NID(%d) failed", nid2); in test_string_tbl() 62 tmp = ASN1_STRING_TABLE_get(nid2); in test_string_tbl() 64 TEST_info("asn1 string table: get NID(%d) failed", nid2); in test_string_tbl()
|
/third_party/openssl/crypto/cms/ |
D | cms_rsa.c | 228 int nid, nid2; in rsa_cms_verify() local 245 if (OBJ_find_sigid_algs(nid, NULL, &nid2)) { in rsa_cms_verify() 246 if (nid2 == NID_rsaEncryption) in rsa_cms_verify()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
D | cms_rsa.c | 244 int nid, nid2; in rsa_cms_verify() local 261 if (OBJ_find_sigid_algs(nid, NULL, &nid2)) { in rsa_cms_verify() 262 if (nid2 == NID_rsaEncryption) in rsa_cms_verify()
|
/third_party/openssl/crypto/pkcs12/ |
D | p12_add.c | 21 int nid1, int nid2) in PKCS12_item_pack_safebag() argument 40 safebag->type = OBJ_nid2obj(nid2); in PKCS12_item_pack_safebag()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
D | p12_add.c | 21 int nid1, int nid2) in PKCS12_item_pack_safebag() argument 40 safebag->type = OBJ_nid2obj(nid2); in PKCS12_item_pack_safebag()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | pkcs12.h | 110 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux-elf/no-asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/ |
D | pkcs12.h | 161 int nid1, int nid2);
|
123