Home
last modified time | relevance | path

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

/linux/certs/
H A Dblacklist.c33 static const char tbs_prefix[] = "tbs"; variable
52 BUILD_BUG_ON(sizeof(tbs_prefix) != sizeof(bin_prefix)); in blacklist_vet_description()
53 prefix_len = sizeof(tbs_prefix) - 1; in blacklist_vet_description()
64 if (*desc == tbs_prefix[i]) in blacklist_vet_description()
156 type_len = sizeof(tbs_prefix) - 1; in get_raw_hash()
157 type_prefix = tbs_prefix; in get_raw_hash()