OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cbs_strdup
(Results
1 - 6
of
6
) sorted by null
/external/boringssl/src/crypto/bytestring/
cbs.c
71
int
CBS_strdup
(const CBS *cbs, char **out_ptr) {
/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/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 2422 milliseconds