HomeSort by relevance Sort by last modified time
    Searched refs:CBS_asn1_bitstring_has_bit (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/include/openssl/
bytestring.h 264 /* CBS_asn1_bitstring_has_bit returns one if |cbs| is a valid ASN.1 BIT STRING
267 OPENSSL_EXPORT int CBS_asn1_bitstring_has_bit(const CBS *cbs, unsigned bit);
  /external/boringssl/src/crypto/bytestring/
cbs.c 478 int CBS_asn1_bitstring_has_bit(const CBS *cbs, unsigned bit) {
bytestring_test.cc 932 // CBS_asn1_bitstring_has_bit returns false on invalid inputs.
933 if (CBS_asn1_bitstring_has_bit(&cbs, 0)) {
965 if (CBS_asn1_bitstring_has_bit(&cbs, test.bit) !=
  /external/boringssl/src/ssl/
ssl_cert.c 702 if (!CBS_asn1_bitstring_has_bit(&bit_string, 0)) {

Completed in 142 milliseconds