Home
last modified time | relevance | path

Searched refs: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
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 …]
/openssl/crypto/evp/
H A De_rc4_hmac_md5.c72 # define rc4_off 0 macro
96 if (rc4_off > md5_off) in rc4_hmac_md5_cipher()
104 rc4_md5_enc(&key->ks, in + rc4_off, out + rc4_off, in rc4_hmac_md5_cipher()
114 rc4_off = 0; in rc4_hmac_md5_cipher()
122 memcpy(out + rc4_off, in + rc4_off, plen - rc4_off); in rc4_hmac_md5_cipher()
130 RC4(&key->ks, len - rc4_off, out + rc4_off, out + rc4_off); in rc4_hmac_md5_cipher()
132 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off); in rc4_hmac_md5_cipher()
143 if (len > rc4_off && (blocks = (len - rc4_off) / MD5_CBLOCK) && in rc4_hmac_md5_cipher()
148 rc4_md5_enc(&key->ks, in + rc4_off, out + rc4_off, in rc4_hmac_md5_cipher()
160 rc4_off = 0; in rc4_hmac_md5_cipher()
[all …]

Completed in 12 milliseconds