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

  /external/boringssl/src/crypto/x509v3/
v3_enum.c 97 return BUF_strdup(enam->lname);
v3_utl.c 96 if (name && !(tname = BUF_strdup(name)))
98 if (value && !(tvalue = BUF_strdup(value)))
294 linebuf = BUF_strdup(line);
616 emtmp = BUF_strdup((char *)email->data);
1076 iptmp = BUF_strdup(ipasc);
    [all...]
v3_purp.c 240 name_dup = BUF_strdup(name);
241 sname_dup = BUF_strdup(sname);
  /external/boringssl/src/include/openssl/
buf.h 96 /* BUF_strdup returns an allocated, duplicate of |str|. */
97 OPENSSL_EXPORT char *BUF_strdup(const char *str);
  /external/boringssl/src/crypto/buf/
buf.c 156 char *BUF_strdup(const char *buf) {
  /external/boringssl/src/crypto/bio/
connect.c 430 data->param_hostname = BUF_strdup(ptr);
436 data->param_port = BUF_strdup(ptr);
  /external/boringssl/src/crypto/x509/
x509_vpm.c 340 tmp = BUF_strdup(src);
362 param->name = BUF_strdup(name);
x509_trs.c 203 name_dup = BUF_strdup(name);
  /external/boringssl/src/ssl/
ssl_session.cc 204 new_session->psk_identity = BUF_strdup(session->psk_identity);
254 new_session->tlsext_hostname = BUF_strdup(session->tlsext_hostname);
    [all...]
ssl_lib.cc 440 ssl->psk_identity_hint = BUF_strdup(ctx->psk_identity_hint);
    [all...]
tls13_server.cc 418 hs->new_session->tlsext_hostname = BUF_strdup(hs->hostname);
handshake_server.cc 879 hs->new_session->tlsext_hostname = BUF_strdup(hs->hostname);
    [all...]
handshake_client.cc     [all...]
t1_lib.cc 651 hs->new_session->tlsext_hostname = BUF_strdup(ssl->tlsext_hostname);
    [all...]

Completed in 1060 milliseconds