Searched refs:id2 (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/rc4/ |
A D | rc4_skey.c | 39 register int id1, id2; in RC4_set_key() local 46 id1 = id2 = 0; in RC4_set_key() 50 id2 = (data[id1] + tmp + id2) & 0xff; \ in RC4_set_key() 52 d[(n)]=d[id2]; \ in RC4_set_key() 53 d[id2]=tmp; } in RC4_set_key()
|
/openssl-master/apps/ |
A D | ciphers.c | 249 int id2 = (int)((id >> 8) & 0xffL); in ciphers_main() local 253 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 in ciphers_main() 256 … BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
|
Completed in 4 milliseconds