Home
last modified time | relevance | path

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

/openssl-master/test/helpers/
A Dhandshake.c1216 static char *dup_str(const unsigned char *in, size_t len) in dup_str() function
1640 ret->client_npn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1643 ret->server_npn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1647 ret->client_alpn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1650 ret->server_alpn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1661 ret->cipher = dup_str((const unsigned char*)cipher, strlen(cipher)); in do_handshake_internal()

Completed in 7 milliseconds