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

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DDESSupport.c132 CCCryptorStatus c_status; local
137 c_status = CCCrypt(kCCEncrypt, kCCAlgorithmDES, 0,
142 if (c_status != kCCSuccess) {
145 c_status);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dssh-keyscan.c89 u_char c_status; /* State of connection on this file desc. */ member in struct:Connection
343 if (fdcon[s].c_status)
347 fdcon[s].c_status = CS_CON;
367 if (s >= maxfd || fdcon[s].c_status == CS_UNUSED)
372 if (fdcon[s].c_status == CS_KEYS)
374 fdcon[s].c_status = CS_UNUSED;
478 c->c_status = CS_SIZE;
488 if (c->c_status == CS_CON) {
501 switch (c->c_status) {
507 c->c_status
[all...]
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c978 CCCryptorStatus c_status; local
990 c_status = CCCrypt(kCCDecrypt, kCCAlgorithmRC4, 0,
996 if (c_status != kCCSuccess) {
999 c_status);

Completed in 81 milliseconds