Searched refs:handshake_req_alloc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/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 | 285 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_anon() 311 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_x509() 345 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_psk() 374 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_x509() 402 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_psk()
|
H A D | handshake.h | 80 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto,
|
H A D | request.c | 103 * handshake_req_alloc - Allocate a handshake request 109 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto, in handshake_req_alloc() function 131 EXPORT_SYMBOL(handshake_req_alloc); variable
|
Completed in 3 milliseconds