Home
last modified time | relevance | path

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

/providers/implementations/ciphers/
A Dcipher_rc4_hmac_md5_hw.c31 # define rc4_off 0 macro
71 if (rc4_off > md5_off) in cipher_hw_rc4_hmac_md5_cipher()
80 rc4_md5_enc(ks, in + rc4_off, out + rc4_off, in cipher_hw_rc4_hmac_md5_cipher()
90 rc4_off = 0; in cipher_hw_rc4_hmac_md5_cipher()
98 memcpy(out + rc4_off, in + rc4_off, plen - rc4_off); in cipher_hw_rc4_hmac_md5_cipher()
106 RC4(ks, len - rc4_off, out + rc4_off, out + rc4_off); in cipher_hw_rc4_hmac_md5_cipher()
108 RC4(ks, len - rc4_off, in + rc4_off, out + rc4_off); in cipher_hw_rc4_hmac_md5_cipher()
120 if (len > rc4_off in cipher_hw_rc4_hmac_md5_cipher()
126 rc4_md5_enc(ks, in + rc4_off, out + rc4_off, in cipher_hw_rc4_hmac_md5_cipher()
138 rc4_off = 0; in cipher_hw_rc4_hmac_md5_cipher()
[all …]

Completed in 6 milliseconds