Searched refs:id1 (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/rc4/ |
H 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() 51 if (++id1 == len) id1=0; \ in RC4_set_key()
|
/openssl/apps/ |
H A D | ciphers.c | 254 int id1 = (int)((id >> 16) & 0xffL); in ciphers_main() local 262 … BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
|
/openssl/test/ |
H A D | evp_pkey_dhkem_test.c | 262 int id1 = tstid; in test_auth_key_type_mismatch() local 265 return TEST_int_eq(EVP_PKEY_auth_encapsulate_init(rctx[id1], in test_auth_key_type_mismatch()
|
Completed in 8 milliseconds