Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
DMakefile37 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()
DKconfig338 <http://fastcrypto.org/vmac>
/linux-4.1.27/mm/
Dmemory-failure.c429 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()
Dksm.c1914 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/
Dqeth_l2_main.c196 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()