Searched refs:md_type (Results 1 – 3 of 3) sorted by relevance
88 int md_type = EVP_MD_type(md); in GetDigestName() local89 if (md_type == NID_md5) { in GetDigestName()91 } else if (md_type == NID_sha1) { in GetDigestName()93 } else if (md_type == NID_sha224) { in GetDigestName()95 } else if (md_type == NID_sha256) { in GetDigestName()97 } else if (md_type == NID_sha384) { in GetDigestName()99 } else if (md_type == NID_sha512) { in GetDigestName()
55 uint8_t md_type; in nsh_print() local76 md_type = *bp; in nsh_print()92 ND_PRINT((ndo, "md type 0x%x, ", md_type)); in nsh_print()118 if (md_type == 0x01) { in nsh_print()125 else if (md_type == 0x02) { in nsh_print()
1095 uint32_t md_type; in disk_cache_get() local1096 ret = read_all(fd, &md_type, cache_item_md_size); in disk_cache_get()1100 if (md_type == CACHE_ITEM_TYPE_GLSL) { in disk_cache_get()