Lines Matching refs:ekey
2909 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->sadb_key_bits));
4486 sadb_key_t *ekey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_ENCRYPT]; local
4534 if (ekey != NULL) {