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

/freebsd-current/crypto/openssl/test/
H A Dectest.c1835 EC_GROUP *g_ary[8] = {NULL}; local
1836 EC_GROUP **g_next = &g_ary[0];
2000 for (g_next = &g_ary[0]; g_next < g_ary + OSSL_NELEM(g_ary); g_next++)
2002 for (p_next = &p_ary[0]; p_next < p_ary + OSSL_NELEM(g_ary); p_next++)

Completed in 109 milliseconds