Searched refs:tmp_out (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_hmac.c | 165 u8 tmp_out[SEG6_HMAC_MAX_DIGESTSIZE]; in seg6_hmac_compute() local 214 dgsize = __do_hmac(hinfo, ring, plen, tmp_out, in seg6_hmac_compute() 226 memcpy(output, tmp_out, wrsize); in seg6_hmac_compute()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_hmac.c | 164 u8 tmp_out[SEG6_HMAC_MAX_DIGESTSIZE]; in seg6_hmac_compute() local 213 dgsize = __do_hmac(hinfo, ring, plen, tmp_out, in seg6_hmac_compute() 225 memcpy(output, tmp_out, wrsize); in seg6_hmac_compute()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_loader.c | 485 __u8 tmp_out[TEST_DATA_LEN << 2] = {}; in do_prog_test_run() local 491 .data_out = tmp_out, in do_prog_test_run() 492 .data_size_out = sizeof(tmp_out), in do_prog_test_run()
|
Completed in 5 milliseconds