Searched refs:last_nid (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssl/test/
H A Dpbelutest.c21 int pbe_type, pbe_nid, last_type = -1, last_nid = -1; local
37 || (pbe_type == last_type && pbe_nid < last_nid);
41 last_nid = pbe_nid;
H A Dasn1_internal_test.c38 int last_nid = -1; local
42 if (tmp->nid < last_nid) {
43 last_nid = 0;
46 last_nid = tmp->nid;
49 if (TEST_int_ne(last_nid, 0)) {
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_vfy.c669 int last_nid = 0; local
712 last_nid = OBJ_obj2nid(X509_NAME_ENTRY_get_object(tmpentry));
714 if (last_nid != NID_commonName

Completed in 124 milliseconds