Searched refs:keyptr (Results 1 – 4 of 4) sorted by relevance
587 __be16 *keyptr; in nf_nat_l4proto_unique_tuple() local594 keyptr = &tuple->src.u.icmp.id; in nf_nat_l4proto_unique_tuple()612 keyptr = &tuple->src.u.gre.key; in nf_nat_l4proto_unique_tuple()614 keyptr = &tuple->dst.u.gre.key; in nf_nat_l4proto_unique_tuple()631 keyptr = &tuple->src.u.all; in nf_nat_l4proto_unique_tuple()633 keyptr = &tuple->dst.u.all; in nf_nat_l4proto_unique_tuple()646 if (ntohs(*keyptr) < 1024) { in nf_nat_l4proto_unique_tuple()648 if (ntohs(*keyptr) < 512) { in nf_nat_l4proto_unique_tuple()669 off = (ntohs(*keyptr) - ntohs(range->base_proto.all)); in nf_nat_l4proto_unique_tuple()685 *keyptr = htons(min + off % range_size); in nf_nat_l4proto_unique_tuple()
46 int zynq_pow_mod(u32 *keyptr, u32 *inout);
316 int zynq_pow_mod(u32 *keyptr, u32 *inout) in zynq_pow_mod() argument323 key = (struct rsa_public_key *)keyptr; in zynq_pow_mod()
830 u8 *keybuf = NULL, *keyptr = (u8 *)key; in prepare_keybuf() local838 keyptr = keybuf + key_offset; in prepare_keybuf()839 memcpy(keyptr, key, ksize); in prepare_keybuf()842 *keyptr_ret = keyptr; in prepare_keybuf()849 const u8 *keybuf, *keyptr; \853 &keybuf, &keyptr); \855 err = setkey_f((tfm), keyptr, (ksize)); \