Searched refs:HASH_CBLOCK (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/crypto/openssl/
H A Dossl_hash.h72 if (len >= HASH_CBLOCK || len + n >= HASH_CBLOCK) {
73 memcpy(p + n, data, HASH_CBLOCK - n);
75 n = HASH_CBLOCK - n;
85 memset(p, 0, HASH_CBLOCK); /* keep it zeroed */
93 n = len / HASH_CBLOCK;
96 n *= HASH_CBLOCK;
119 if (n > (HASH_CBLOCK - 8)) {
120 memset(p + n, 0, HASH_CBLOCK - n);
124 memset(p + n, 0, HASH_CBLOCK
[all...]
H A Dossl_sha1.c30 #define HASH_CBLOCK SHA_CBLOCK macro
H A Dossl_sha256.c64 #define HASH_CBLOCK SHA_CBLOCK macro
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Dmd32_common.h22 * HASH_CBLOCK
34 * unsigned char data[HASH_CBLOCK];
59 * #define HASH_CBLOCK MD5_CBLOCK
72 #ifndef HASH_CBLOCK
73 # error "HASH_CBLOCK must be defined!"
149 if (len >= HASH_CBLOCK || len + n >= HASH_CBLOCK) {
150 memcpy(p + n, data, HASH_CBLOCK - n);
152 n = HASH_CBLOCK - n;
162 memset(p, 0, HASH_CBLOCK); /* kee
[all...]
/freebsd-13-stable/crypto/openssl/crypto/md4/
H A Dmd4_local.h21 #define HASH_CBLOCK MD4_CBLOCK macro
/freebsd-13-stable/crypto/openssl/crypto/md5/
H A Dmd5_local.h32 #define HASH_CBLOCK MD5_CBLOCK macro
/freebsd-13-stable/crypto/openssl/crypto/ripemd/
H A Drmd_local.h31 #define HASH_CBLOCK RIPEMD160_CBLOCK macro
/freebsd-13-stable/crypto/openssl/crypto/sm3/
H A Dsm3_local.h19 #define HASH_CBLOCK SM3_CBLOCK macro
/freebsd-13-stable/crypto/openssl/crypto/sha/
H A Dsha256.c91 #define HASH_CBLOCK SHA_CBLOCK macro
H A Dsha_local.h20 #define HASH_CBLOCK SHA_CBLOCK macro

Completed in 119 milliseconds