Searched refs:handshake_req_alloc (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/handshake/ |
H A D | handshake-test.c | 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(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test2() 190 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test3() 216 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test4() 251 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test5() 287 req1 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test6() 289 req2 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test6() 321 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_cancel_test1() 357 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_cancel_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 | request.c | 109 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto, in handshake_req_alloc() function 131 EXPORT_SYMBOL(handshake_req_alloc);
|
H A D | handshake.h | 80 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto,
|