Home
last modified time | relevance | path

Searched refs:vmac (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/mm/
Dmemory-failure.c420 struct anon_vma_chain *vmac; in collect_procs_anon() local
425 anon_vma_interval_tree_foreach(vmac, &av->rb_root, in collect_procs_anon()
427 vma = vmac->vma; in collect_procs_anon()
Dksm.c1933 struct anon_vma_chain *vmac; in rmap_walk_ksm() local
1938 anon_vma_interval_tree_foreach(vmac, &anon_vma->rb_root, in rmap_walk_ksm()
1941 vma = vmac->vma; in rmap_walk_ksm()
/linux-4.4.14/crypto/
DMakefile51 obj-$(CONFIG_CRYPTO_VMAC) += vmac.o
Dvmac.c461 static u64 vmac(unsigned char m[], unsigned int mbytes, in vmac() function
614 mac = vmac(ctx->partial, ctx->partial_size, nonce, NULL, ctx); in vmac_final()
DKconfig398 <http://fastcrypto.org/vmac>