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

/linux-master/certs/
H A Dblacklist.c32 static const char tbs_prefix[] = "tbs"; variable
51 BUILD_BUG_ON(sizeof(tbs_prefix) != sizeof(bin_prefix));
52 prefix_len = sizeof(tbs_prefix) - 1;
63 if (*desc == tbs_prefix[i])
155 type_len = sizeof(tbs_prefix) - 1;
156 type_prefix = tbs_prefix;

Completed in 130 milliseconds