Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5_hw.c32 # define md5_off 0 macro
71 if (rc4_off > md5_off) in cipher_hw_rc4_hmac_md5_cipher()
74 if (plen > md5_off in cipher_hw_rc4_hmac_md5_cipher()
84 md5_off += blocks; in cipher_hw_rc4_hmac_md5_cipher()
91 md5_off = 0; in cipher_hw_rc4_hmac_md5_cipher()
94 MD5_Update(&ctx->md, in + md5_off, plen - md5_off); in cipher_hw_rc4_hmac_md5_cipher()
115 if (md5_off > rc4_off) in cipher_hw_rc4_hmac_md5_cipher()
130 md5_off += blocks; in cipher_hw_rc4_hmac_md5_cipher()
137 md5_off = 0; in cipher_hw_rc4_hmac_md5_cipher()
145 MD5_Update(&ctx->md, out + md5_off, plen - md5_off); in cipher_hw_rc4_hmac_md5_cipher()
[all …]
/openssl/crypto/evp/
H A De_rc4_hmac_md5.c73 # define md5_off 0 macro
96 if (rc4_off > md5_off) in rc4_hmac_md5_cipher()
99 if (plen > md5_off && (blocks = (plen - md5_off) / MD5_CBLOCK) && in rc4_hmac_md5_cipher()
108 md5_off += blocks; in rc4_hmac_md5_cipher()
115 md5_off = 0; in rc4_hmac_md5_cipher()
118 MD5_Update(&key->md, in + md5_off, plen - md5_off); in rc4_hmac_md5_cipher()
138 if (md5_off > rc4_off) in rc4_hmac_md5_cipher()
152 md5_off += blocks; in rc4_hmac_md5_cipher()
159 md5_off = 0; in rc4_hmac_md5_cipher()
166 MD5_Update(&key->md, out + md5_off, plen - md5_off); in rc4_hmac_md5_cipher()
[all …]

Completed in 7 milliseconds