Home
last modified time | relevance | path

Searched defs:rc4_off (Results 1 – 2 of 2) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5_hw.c31 # define rc4_off 0 macro
57 size_t rc4_off = MOD - 1 - (ks->x & (MOD - 1)); in cipher_hw_rc4_hmac_md5_cipher() local
/openssl/crypto/evp/
H A De_rc4_hmac_md5.c72 # define rc4_off 0 macro
81 size_t rc4_off = 32 - 1 - (key->ks.x & (32 - 1)), /* 32 is $MOD from in rc4_hmac_md5_cipher() local

Completed in 14 milliseconds