Searched refs:handshake_req_alloc (Results 1 – 4 of 4) sorted by relevance
/linux/net/handshake/ |
H A D | handshake-test.c | 73 .desc = "handshake_req_alloc NULL proto", 79 .desc = "handshake_req_alloc CLASS_NONE", 85 .desc = "handshake_req_alloc CLASS_MAX", 91 .desc = "handshake_req_alloc no callbacks", 97 .desc = "handshake_req_alloc no done callback", 103 .desc = "handshake_req_alloc excessive privsize", 109 .desc = "handshake_req_alloc all good", 124 KUNIT_ARRAY_PARAM(handshake_req_alloc, handshake_req_alloc_params, 135 result = handshake_req_alloc(param->proto, param->gfp); in handshake_req_alloc_case() 171 req = handshake_req_alloc( in handshake_req_submit_test2() [all...] |
H A D | tlshd.c | 290 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_anon() 316 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_x509() 350 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_psk() 379 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_x509() 407 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_psk()
|
H A D | request.c | 102 * handshake_req_alloc - Allocate a handshake request 108 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto, in handshake_req_alloc() function 130 EXPORT_SYMBOL(handshake_req_alloc);
|
H A D | handshake.h | 80 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto,
|