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

  /external/boringssl/src/include/openssl/
bytestring.h 63 /* CBS_strdup copies the current contents of |cbs| into |*out_ptr| as a
70 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
  /external/boringssl/src/crypto/bytestring/
cbs.c 71 int CBS_strdup(const CBS *cbs, char **out_ptr) {
  /external/boringssl/src/ssl/
ssl_asn1.c 488 if (!CBS_strdup(&value, out)) {
handshake_client.c     [all...]
handshake_server.c     [all...]
t1_lib.c 662 if (!CBS_strdup(&host_name, &hs->hostname)) {
    [all...]

Completed in 359 milliseconds