Searched refs:nid2 (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A 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()
|
/openssl/crypto/cms/ |
H A D | cms_rsa.c | 246 int nid, nid2; in rsa_cms_verify() local 263 if (OBJ_find_sigid_algs(nid, NULL, &nid2)) { in rsa_cms_verify() 264 if (nid2 == NID_rsaEncryption) in rsa_cms_verify()
|
/openssl/crypto/pkcs12/ |
H A 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()
|
/openssl/include/openssl/ |
H A D | pkcs12.h.in | 144 int nid1, int nid2);
|
Completed in 9 milliseconds