Home
last modified time | relevance | path

Searched refs:dup_str (Results 1 – 1 of 1) sorted by relevance

/openssl/test/helpers/
H A Dhandshake.c1248 static char *dup_str(const unsigned char *in, size_t len) in dup_str() function
1673 ret->client_npn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1676 ret->server_npn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1680 ret->client_alpn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1683 ret->server_alpn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1694 ret->cipher = dup_str((const unsigned char*)cipher, strlen(cipher)); in do_handshake_internal()

Completed in 8 milliseconds