Searched refs:vmac (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/crypto/ |
D | Makefile | 37 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 | 338 <http://fastcrypto.org/vmac>
|
/linux-4.1.27/mm/ |
D | memory-failure.c | 429 struct anon_vma_chain *vmac; in collect_procs_anon() local 434 anon_vma_interval_tree_foreach(vmac, &av->rb_root, in collect_procs_anon() 436 vma = vmac->vma; in collect_procs_anon()
|
D | ksm.c | 1914 struct anon_vma_chain *vmac; in rmap_walk_ksm() local 1918 anon_vma_interval_tree_foreach(vmac, &anon_vma->rb_root, in rmap_walk_ksm() 1920 vma = vmac->vma; in rmap_walk_ksm()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l2_main.c | 196 static void qeth_l2_add_mc(struct qeth_card *card, __u8 *mac, int vmac) in qeth_l2_add_mc() argument 208 mc->is_vmac = vmac; in qeth_l2_add_mc() 210 if (vmac) { in qeth_l2_add_mc()
|