Home
last modified time | relevance | path

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

/openssl/crypto/rc4/
H A Drc4_skey.c39 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 Dciphers.c254 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 Devp_pkey_dhkem_test.c262 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