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

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DsslAppUtils.cpp1134 unsigned inDex = 0; // index into ciphers local
1160 for(inDex=0; ciphers[inDex] != SSL_NO_SUCH_CIPHERSUITE; inDex++) {
1162 if(ciphers[inDex] == supported[supportedDex]) {
1163 enabled[enabledDex++] = ciphers[inDex];
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPTLSUtil.c281 unsigned inDex = 0; // index into ciphers local
305 for(inDex=0; ciphers[inDex] != SSL_NO_SUCH_CIPHERSUITE; inDex++) {
307 if(ciphers[inDex] == supported[supportedDex]) {
308 enabled[enabledDex++] = ciphers[inDex];

Completed in 83 milliseconds