Searched refs:vmac (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/mm/ |
D | memory-failure.c | 420 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()
|
D | ksm.c | 1933 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/ |
D | Makefile | 51 obj-$(CONFIG_CRYPTO_VMAC) += vmac.o
|
D | vmac.c | 461 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()
|
D | Kconfig | 398 <http://fastcrypto.org/vmac>
|