Searched refs:md5_off (Results 1 – 2 of 2) sorted by relevance
32 # define md5_off 0 macro71 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 …]
73 # define md5_off 0 macro96 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 15 milliseconds