Searched refs:MD5_DIGEST_SIZE (Results 1 – 12 of 12) sorted by relevance
| /linux/include/crypto/ |
| H A D | md5.h | 8 #define MD5_DIGEST_SIZE 16 macro 23 extern const u8 md5_zero_message_hash[MD5_DIGEST_SIZE]; 79 void md5_final(struct md5_ctx *ctx, u8 out[at_least MD5_DIGEST_SIZE]); 89 void md5(const u8 *data, size_t len, u8 out[at_least MD5_DIGEST_SIZE]); 176 void hmac_md5_final(struct hmac_md5_ctx *ctx, u8 out[at_least MD5_DIGEST_SIZE]); 191 u8 out[at_least MD5_DIGEST_SIZE]); 208 u8 out[at_least MD5_DIGEST_SIZE]);
|
| /linux/lib/crypto/tests/ |
| H A D | md5-testvecs.h | 6 u8 digest[MD5_DIGEST_SIZE]; 178 static const u8 hash_testvec_consolidated[MD5_DIGEST_SIZE] = { 183 static const u8 hmac_testvec_consolidated[MD5_DIGEST_SIZE] = {
|
| H A D | md5_kunit.c | 10 #define HASH_SIZE MD5_DIGEST_SIZE
|
| /linux/lib/crypto/ |
| H A D | hash_info.c | 39 [HASH_ALGO_MD4] = MD5_DIGEST_SIZE, 40 [HASH_ALGO_MD5] = MD5_DIGEST_SIZE,
|
| /linux/crypto/ |
| H A D | md5.c | 61 const u8 md5_zero_message_hash[MD5_DIGEST_SIZE] = { 184 .digestsize = MD5_DIGEST_SIZE, 203 .digestsize = MD5_DIGEST_SIZE,
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 780 MD5_DIGEST_SIZE); in safexcel_ahash_final() 1761 req->state_sz = MD5_DIGEST_SIZE; in safexcel_md5_init() 1762 req->digest_sz = MD5_DIGEST_SIZE; in safexcel_md5_init() 1790 .digestsize = MD5_DIGEST_SIZE, 1817 memcpy(req->state, &ctx->base.ipad, MD5_DIGEST_SIZE); in safexcel_hmac_md5_init() 1824 req->state_sz = MD5_DIGEST_SIZE; in safexcel_hmac_md5_init() 1825 req->digest_sz = MD5_DIGEST_SIZE; in safexcel_hmac_md5_init() 1837 MD5_DIGEST_SIZE); in safexcel_hmac_md5_setkey() 1863 .digestsize = MD5_DIGEST_SIZE,
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg.c | 2257 .maxauthsize = MD5_DIGEST_SIZE, 2400 .maxauthsize = MD5_DIGEST_SIZE, 2425 .maxauthsize = MD5_DIGEST_SIZE, 2700 .maxauthsize = MD5_DIGEST_SIZE, 2725 .maxauthsize = MD5_DIGEST_SIZE, 3010 .maxauthsize = MD5_DIGEST_SIZE, 3035 .maxauthsize = MD5_DIGEST_SIZE, 3311 .maxauthsize = MD5_DIGEST_SIZE, 3338 .maxauthsize = MD5_DIGEST_SIZE,
|
| H A D | caamalg_qi.c | 1663 .maxauthsize = MD5_DIGEST_SIZE, 1685 .maxauthsize = MD5_DIGEST_SIZE, 1930 .maxauthsize = MD5_DIGEST_SIZE, 1952 .maxauthsize = MD5_DIGEST_SIZE, 2204 .maxauthsize = MD5_DIGEST_SIZE, 2226 .maxauthsize = MD5_DIGEST_SIZE,
|
| H A D | caamalg_qi2.c | 1874 .maxauthsize = MD5_DIGEST_SIZE, 1896 .maxauthsize = MD5_DIGEST_SIZE, 2141 .maxauthsize = MD5_DIGEST_SIZE, 2163 .maxauthsize = MD5_DIGEST_SIZE, 2415 .maxauthsize = MD5_DIGEST_SIZE, 2437 .maxauthsize = MD5_DIGEST_SIZE, 2684 .maxauthsize = MD5_DIGEST_SIZE, 2708 .maxauthsize = MD5_DIGEST_SIZE, 4539 .digestsize = MD5_DIGEST_SIZE, 4567 static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE, in caam_hash_cra_init()
|
| H A D | caamhash.c | 1709 .digestsize = MD5_DIGEST_SIZE, 1774 static const u8 runninglen[] = { HASH_MSG_LEN + MD5_DIGEST_SIZE, in caam_hash_cra_init()
|
| /linux/fs/nfsd/ |
| H A D | state.h | 396 #define HEXDIR_LEN (2 * MD5_DIGEST_SIZE + 1)
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 3151 .maxauthsize = MD5_DIGEST_SIZE, 3226 .maxauthsize = MD5_DIGEST_SIZE, 3376 .maxauthsize = MD5_DIGEST_SIZE, 3672 .halg.digestsize = MD5_DIGEST_SIZE, 3693 .halg.digestsize = MD5_DIGEST_SIZE,
|