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

  /external/boringssl/src/include/openssl/
bytestring.h 69 * |CBS_contains_zero_byte(cbs)| to check for NUL bytes. */
72 /* CBS_contains_zero_byte returns one if the current contents of |cbs| contains
74 OPENSSL_EXPORT int CBS_contains_zero_byte(const CBS *cbs);
  /external/boringssl/src/crypto/bytestring/
cbs.c 79 int CBS_contains_zero_byte(const CBS *cbs) {
  /external/boringssl/src/ssl/
ssl_asn1.c 484 if (CBS_contains_zero_byte(&value)) {
handshake_client.c     [all...]
handshake_server.c     [all...]
t1_lib.c 656 CBS_contains_zero_byte(&host_name)) {
    [all...]

Completed in 122 milliseconds