Home
last modified time | relevance | path

Searched refs:keyptr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_nat_core.c587 __be16 *keyptr; in nf_nat_l4proto_unique_tuple() local
594 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()
/openbmc/u-boot/include/u-boot/
H A Drsa-mod-exp.h46 int zynq_pow_mod(u32 *keyptr, u32 *inout);
/openbmc/u-boot/lib/rsa/
H A Drsa-mod-exp.c316 int zynq_pow_mod(u32 *keyptr, u32 *inout) in zynq_pow_mod() argument
323 key = (struct rsa_public_key *)keyptr; in zynq_pow_mod()
/openbmc/linux/crypto/
H A Dtestmgr.c830 u8 *keybuf = NULL, *keyptr = (u8 *)key; in prepare_keybuf() local
838 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)); \