Home
last modified time | relevance | path

Searched refs:nid2 (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dasn1_string_table_test.c21 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dasn1_string_table_test.c21 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()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/additional/ns1/
H A Dnid.db20 nid2 NID 2 0:0:0:1
21 nid2 LP 2 ns1
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_rsa.c244 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_add.c18 int nid1, int nid2) in PKCS12_item_pack_safebag() argument
37 safebag->type = OBJ_nid2obj(nid2); in PKCS12_item_pack_safebag()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/additional/
H A Dtests.sh64 $DIG $DIGOPTS +rec -t LP nid2.nid.example @10.53.0.1 >dig.out.$n || ret=1
112 $DIG $DIGOPTS +rec -t NID nid2.nid.example @10.53.0.1 >dig.out.$n || ret=1
167 $DIG $DIGOPTS +norec -t LP nid2.nid.example @10.53.0.1 >dig.out.$n || ret=1
215 $DIG $DIGOPTS +norec -t NID nid2.nid.example @10.53.0.1 >dig.out.$n || ret=1
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_add.c21 int nid1, int nid2) in PKCS12_item_pack_safebag() argument
40 safebag->type = OBJ_nid2obj(nid2); in PKCS12_item_pack_safebag()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_ameth.c754 int nid, nid2; in rsa_cms_verify() local
770 if (OBJ_find_sigid_algs(nid, NULL, &nid2)) { in rsa_cms_verify()
771 if (nid2 == NID_rsaEncryption) in rsa_cms_verify()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dpkcs12.h110 int nid1, int nid2);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dpkcs12.h.in138 int nid1, int nid2);