Lines Matching refs:kptr
780 const uint64_t *kptr = (uint64_t *)ctx->nhkey; in vhash_update() local
804 nh_vmac_nhbytes(mptr,kptr,VMAC_NHBYTES/8,rh,rl); in vhash_update()
806 nh_vmac_nhbytes_2(mptr,kptr,VMAC_NHBYTES/8,rh,rl,rh2,rl2); in vhash_update()
818 nh_vmac_nhbytes(mptr,kptr,VMAC_NHBYTES/8,rh,rl); in vhash_update()
820 nh_vmac_nhbytes_2(mptr,kptr,VMAC_NHBYTES/8,rh,rl,rh2,rl2); in vhash_update()
848 const uint64_t *kptr = (uint64_t *)ctx->nhkey; in vhash() local
875 nh_vmac_nhbytes(mptr,kptr,VMAC_NHBYTES/8,ch,cl); in vhash()
877 nh_vmac_nhbytes_2(mptr,kptr,VMAC_NHBYTES/8,ch,cl,ch2,cl2); in vhash()
889 nh_16(mptr,kptr,2*((remaining+15)/16),ch,cl); in vhash()
891 nh_16_2(mptr,kptr,2*((remaining+15)/16),ch,cl,ch2,cl2); in vhash()
911 nh_vmac_nhbytes(mptr,kptr,VMAC_NHBYTES/8,rh,rl); in vhash()
913 nh_vmac_nhbytes_2(mptr,kptr,VMAC_NHBYTES/8,rh,rl,rh2,rl2); in vhash()
923 nh_16(mptr,kptr,2*((remaining+15)/16),rh,rl); in vhash()
925 nh_16_2(mptr,kptr,2*((remaining+15)/16),rh,rl,rh2,rl2); in vhash()