HomeSort by relevance Sort by last modified time
    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