Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A De_rc4_hmac_md5.c119 md5_off = MD5_CBLOCK - key->md.num, in rc4_hmac_md5_cipher()
134 md5_off += MD5_CBLOCK; in rc4_hmac_md5_cipher()
137 (blocks = (plen - md5_off) / MD5_CBLOCK) && in rc4_hmac_md5_cipher()
144 blocks *= MD5_CBLOCK; in rc4_hmac_md5_cipher()
181 rc4_off += 2*MD5_CBLOCK; in rc4_hmac_md5_cipher()
183 rc4_off += MD5_CBLOCK; in rc4_hmac_md5_cipher()
185 if (len > rc4_off && (blocks = (len - rc4_off) / MD5_CBLOCK) && in rc4_hmac_md5_cipher()
192 blocks *= MD5_CBLOCK; in rc4_hmac_md5_cipher()
H A Dm_md5.c104 .block_size = MD5_CBLOCK,
H A Dm_md5_sha1.c81 .block_size = MD5_CBLOCK, /* MD5_CBLOCK == SHA_CBLOCK */
/dragonfly/sys/sys/
H A Dmd5.h55 #define MD5_CBLOCK 64 macro
56 #define MD5_LBLOCK (MD5_CBLOCK/4)
/dragonfly/crypto/libressl/include/openssl/
H A Dmd5.h89 #define MD5_CBLOCK 64 macro
90 #define MD5_LBLOCK (MD5_CBLOCK/4)
/dragonfly/lib/omd/
H A Dprivate_md5.h44 #define MD5_CBLOCK 64 macro
46 #define MD5_LBLOCK (MD5_CBLOCK/4)
56 #define MD5_BLOCK_LENGTH MD5_CBLOCK
/dragonfly/crypto/libressl/crypto/md5/
H A Dmd5_locl.h85 #define HASH_CBLOCK MD5_CBLOCK