Searched refs:hash_buf (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/ipv6/
H A Dtcp_ao.c152 void *hash_buf = NULL; local
155 hash_buf = kmalloc(tcp_ao_digest_size(ao_key), GFP_ATOMIC);
156 if (!hash_buf)
159 err = tcp_v6_ao_calc_key_rsk(ao_key, hash_buf, req);
164 hash_buf, hash_offset, sne);
166 kfree(hash_buf);
/linux-master/net/ipv4/
H A Dtcp_ao.c550 void *hash_buf = NULL; local
552 hash_buf = kmalloc(tkey_len, GFP_ATOMIC);
553 if (!hash_buf)
585 ahash_request_set_crypt(hp.req, NULL, hash_buf, 0);
589 memcpy(ao_hash, hash_buf, tcp_ao_maclen(key));
591 kfree(hash_buf);
598 kfree(hash_buf);
610 void *hash_buf = NULL; local
612 hash_buf = kmalloc(tkey_len, GFP_ATOMIC);
613 if (!hash_buf)
665 void *hash_buf = NULL; local
889 void *hash_buf = NULL; local
[all...]

Completed in 120 milliseconds