Home
last modified time | relevance | path

Searched refs:rc4 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_mppc.c151 struct rc4_state rc4; /* rc4 state */ member
198 MODULE_DEPEND(ng_mppc, rc4, 1, 1, 1);
338 rc4_init(&d->rc4, d->key, keylen); in ng_mppc_rcvmsg()
592 d->cfg.startkey, d->key, &d->rc4); in ng_mppc_compress()
602 rc4_crypt(&d->rc4, mtod(m1, u_char *), in ng_mppc_compress()
689 d->cfg.startkey, d->key, &d->rc4); in ng_mppc_decompress()
725 d->cfg.startkey, d->key, &d->rc4); in ng_mppc_decompress()
731 rc4_crypt(&d->rc4, mtod(m1, u_char *), in ng_mppc_decompress()
897 rc4_init(rc4, key, keylen); in ng_mppc_updatekey()
898 rc4_crypt(rc4, key, key, keylen); in ng_mppc_updatekey()
[all …]
/f-stack/freebsd/crypto/rc4/
H A Drc4.c127 DECLARE_MODULE(rc4, rc4_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
128 MODULE_VERSION(rc4, 1);
/f-stack/dpdk/examples/ipsec-secgw/
H A Dsa.c991 int32_t rc4, rc6; in get_spi_proto() local
993 rc4 = sp4_spi_present(spi, dir == RTE_SECURITY_IPSEC_SA_DIR_INGRESS, in get_spi_proto()
998 if (rc4 >= 0) { in get_spi_proto()
1003 __func__, spi, rc4, rc6); in get_spi_proto()
/f-stack/dpdk/doc/guides/nics/
H A Daf_xdp.rst45 * libbpf (within kernel version > v5.1-rc4) with latest af_xdp support installed,
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-lmcx-defs.h4472 …uint64_t rc4 : 4; /**< RC4 , Control Signals Driver Characteristics Cont… member
4482 uint64_t rc4 : 4;