Home
last modified time | relevance | path

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

/certs/
Dblacklist.c112 size_t type_len = strlen(type); in is_hash_blacklisted() local
116 buffer = kmalloc(type_len + 1 + hash_len * 2 + 1, GFP_KERNEL); in is_hash_blacklisted()
119 p = memcpy(buffer, type, type_len); in is_hash_blacklisted()
120 p += type_len; in is_hash_blacklisted()