Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dasn1_internal_test.c68 int last_pkey_id = -1; in test_standard_methods() local
74 if ((*tmp)->pkey_id < last_pkey_id) { in test_standard_methods()
75 last_pkey_id = 0; in test_standard_methods()
78 last_pkey_id = (*tmp)->pkey_id; in test_standard_methods()
96 if (TEST_int_ne(last_pkey_id, 0)) { in test_standard_methods()