/system/bt/stack/smp/ |
aes.h | 114 out[]. In addition, the second key array, o_key[L], is used 130 const unsigned char key[N_BLOCK], uint_8t o_key[N_BLOCK]); 137 unsigned char o_key[N_BLOCK]); 144 unsigned char o_key[2 * N_BLOCK]); 151 unsigned char o_key[2 * N_BLOCK]);
|
aes.cc | 720 unsigned char o_key[N_BLOCK]) { 723 if (o_key != key) block_copy(o_key, key); 724 copy_and_key(s1, in, o_key); 730 update_encrypt_key_128(o_key, &rc); 731 add_round_key(s1, o_key); 737 update_encrypt_key_128(o_key, &rc); 738 copy_and_key(s1, s2, o_key); 743 update_encrypt_key_128(o_key, &rc); 744 copy_and_key(out, s1, o_key); [all...] |
/bionic/libc/kernel/uapi/linux/ |
ip6_tunnel.h | 57 __be32 o_key; member in struct:ip6_tnl_parm2
|
if_tunnel.h | 64 __be32 o_key; member in struct:ip_tunnel_parm
|
/external/iproute2/include/uapi/linux/ |
ip6_tunnel.h | 51 __be32 o_key; member in struct:ip6_tnl_parm2
|
if_tunnel.h | 54 __be32 o_key; member in struct:ip_tunnel_parm
|
/external/kernel-headers/original/uapi/linux/ |
ip6_tunnel.h | 53 __be32 o_key; member in struct:ip6_tnl_parm2
|
if_tunnel.h | 54 __be32 o_key; member in struct:ip_tunnel_parm
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_tunnel.h | 36 __be32 o_key; member in struct:ip_tunnel_parm
|
/external/libnl/include/linux-private/linux/ |
if_tunnel.h | 36 __be32 o_key; member in struct:ip_tunnel_parm
|
/external/iproute2/ip/ |
iptunnel.c | 101 p->i_key = p->o_key = tnl_parse_key("key", *argv); 109 p->o_key = tnl_parse_key("okey", *argv); 232 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) { 233 p->o_key = p->iph.daddr; 363 if ((p->i_flags & GRE_KEY) && (p->o_flags & GRE_KEY) && p->o_key == p->i_key) 369 printf(" okey %u", ntohl(p->o_key));
|
ip6tunnel.c | 115 p->o_key == p->i_key) 121 printf(" okey %u", ntohl(p->o_key)); 246 p->i_key = p->o_key = tnl_parse_key("key", *argv); 254 p->o_key = tnl_parse_key("okey", *argv);
|
/kernel/tests/net/test/ |
xfrm_tunnel_test.py | 126 o_key=_TEST_OKEY, 139 o_key=new_okey,
|
iproute.py | 694 i_key=None, o_key=None, is_update=False): 733 if o_key is not None: 734 ifdata += self._NlAttrU32(IFLA_VTI_OKEY, socket.htonl(o_key))
|
/external/toybox/toys/pending/ |
ip.c | [all...] |