OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_string_type
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/bytestring/
ber.c
29
//
is_string_type
returns one if |tag| is a string type and zero otherwise. It
31
static int
is_string_type
(unsigned tag) {
function
82
if (
is_string_type
(tag)) {
143
if ((tag & CBS_ASN1_CONSTRUCTED) &&
is_string_type
(tag)) {
222
assert(
is_string_type
(inner_tag));
Completed in 127 milliseconds