Searched refs:ic_crypto_data (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1661 espstart = ic->ic_crypto_data.cd_offset;
1662 processed_len = ic->ic_crypto_data.cd_length;
1668 espstart = ic->ic_crypto_data.cd_offset -
1670 processed_len = ic->ic_crypto_data.cd_length +
2161 ESP_INIT_CRYPTO_DATA(&ic->ic_crypto_data,
2166 &ic->ic_crypto_data,
2179 iv_ptr, &ic->ic_cmm, &ic->ic_crypto_data);
2184 ESP_INIT_CRYPTO_DATA(&ic->ic_crypto_data,
2189 &ic->ic_cmm, &ic->ic_crypto_data,
2491 ESP_INIT_CRYPTO_DATA(&ic->ic_crypto_data,
[all...]
H A Dipsecah.c2907 AH_INIT_CRYPTO_DATA(&ic->ic_crypto_data, AH_MSGSIZE(phdr_mp),
2920 &ic->ic_crypto_data, &assoc->ipsa_kcfauthkey, ctx_tmpl,
3004 AH_INIT_CRYPTO_DATA(&ic->ic_crypto_data, AH_MSGSIZE(phdr_mp),
3015 kef_rc = crypto_mac(&assoc->ipsa_amech, &ic->ic_crypto_data,
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h716 crypto_data_t ic_crypto_data; /* single op crypto data */ member in struct:ipsec_crypto_s

Completed in 76 milliseconds