Home
last modified time | relevance | path

Searched refs:cc_in (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c156 inlen = crypto_cursor_seglen(&cc_in); in swcr_encdec()
157 inblk = crypto_cursor_segbase(&cc_in); in swcr_encdec()
162 cc_out = cc_in; in swcr_encdec()
228 inlen = crypto_cursor_seglen(&cc_in); in swcr_encdec()
229 inblk = crypto_cursor_segbase(&cc_in); in swcr_encdec()
231 crypto_cursor_advance(&cc_in, blks); in swcr_encdec()
259 inlen = crypto_cursor_seglen(&cc_in); in swcr_encdec()
521 len = crypto_cursor_seglen(&cc_in); in swcr_gcm()
525 crypto_cursor_advance(&cc_in, len); in swcr_gcm()
549 cc_out = cc_in; in swcr_gcm()
[all …]
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_phy_impl.c666 static bool axgbe_phy_sfp_verify_eeprom(uint8_t cc_in, uint8_t *buf, in axgbe_phy_sfp_verify_eeprom() argument
674 return (cc == cc_in) ? true : false; in axgbe_phy_sfp_verify_eeprom()