Home
last modified time | relevance | path

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

/certs/
Dblacklist.c109 int is_hash_blacklisted(const u8 *hash, size_t hash_len, const char *type) in is_hash_blacklisted() argument
116 buffer = kmalloc(type_len + 1 + hash_len * 2 + 1, GFP_KERNEL); in is_hash_blacklisted()
122 bin2hex(p, hash, hash_len); in is_hash_blacklisted()
123 p += hash_len * 2; in is_hash_blacklisted()