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

/opensolaris-onvv-gate/usr/src/lib/libwanbootutil/common/
H A Dkey_util.c191 * To faciliate the uses above, both 'ppos' and 'ekey' will only be
198 wbku_find_key(FILE *fp, fpos_t *ppos, wbku_key_attr_t *ka, uint8_t *ekey, argument
267 if (ekey != NULL) {
268 (void) memcpy(ekey, keyobj.wk_key_val,
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c2909 sadb_key_t *ekey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_ENCRYPT]; local
3230 if (ekey != NULL) {
3283 newbie->ipsa_encrkeybits = ekey->sadb_key_bits;
3284 newbie->ipsa_encrkeybits -= ekey->sadb_key_reserved;
3289 if ((ekey->sadb_key_bits & 0x7) != 0)
3300 buf_ptr = (uint8_t *)(ekey + 1);
3351 if (ekey->sadb_key_reserved != 0) {
3354 ipsa_iv, SADB_1TO8(ekey->
3366 bzero((ekey + 1), SADB_1TO8(ekey
4486 sadb_key_t *ekey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_ENCRYPT]; local
[all...]
H A Dipsecesp.c3576 sadb_key_t *ekey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_ENCRYPT]; local
3612 if (ekey == NULL && assoc->sadb_sa_encrypt != SADB_EALG_NULL) {
3741 if (ekey != NULL) {
3764 keybits = ekey->sadb_key_bits;
3765 keybits -= ekey->sadb_key_reserved;
3776 if (ipsec_check_key(ealg->alg_mech_type, ekey, B_FALSE,

Completed in 115 milliseconds