Searched refs:MD5_DIGEST_SIZE (Results 1 – 4 of 4) sorted by relevance
42 #define MD5_DIGEST_SIZE (16) macro
921 uint8_t hash_md5_50[MD5_DIGEST_SIZE] = {934 uint8_t hash_md5_124[MD5_DIGEST_SIZE] = {955 uint8_t hash_md5_255[MD5_DIGEST_SIZE] = {992 uint8_t hash_md5_512[MD5_DIGEST_SIZE] = {
257 hash_ctx->dst_length = MD5_DIGEST_SIZE; in hash_test()258 hash_length = MD5_DIGEST_SIZE; in hash_test()
597 if ((req_ctx->dst_length != MD5_DIGEST_SIZE) in ce_hash_check_ctx_valid()599 && (req_ctx->md_size != MD5_DIGEST_SIZE))) { in ce_hash_check_ctx_valid()600 CE_ERR("output length is not %d\n", MD5_DIGEST_SIZE); in ce_hash_check_ctx_valid()
Completed in 16 milliseconds