Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c5342 int next_c; local
5375 next_c = (got_rc4) ? 3 : 0;
5378 uef_ciphers[next_c].name = uef_ciphers[DES_CIPHER_INDEX].name;
5379 uef_ciphers[next_c].ssf = uef_ciphers[DES_CIPHER_INDEX].ssf;
5380 uef_ciphers[next_c].n = uef_ciphers[DES_CIPHER_INDEX].n;
5381 uef_ciphers[next_c].flag = uef_ciphers[DES_CIPHER_INDEX].flag;
5382 uef_ciphers[next_c].cipher_enc =
5384 uef_ciphers[next_c].cipher_dec =
5386 uef_ciphers[next_c].cipher_init =
5388 next_c++;
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hw.c275 pqi_cmd_t *c, *next_c; in pqi_fail_drive_cmds() local
281 next_c = list_next(&d->pd_cmd_list, c); in pqi_fail_drive_cmds()
305 c = next_c; in pqi_fail_drive_cmds()
H A Dsmartpqi_hba.c841 pqi_cmd_t *c, *next_c; local
849 next_c = list_next(&d->pd_cmd_list, c);
881 c = next_c;