Lines Matching refs:ekey
2925 sadb_key_t *ekey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_ENCRYPT]; local
3256 if (ekey != NULL) {
3309 newbie->ipsa_encrkeybits = ekey->sadb_key_bits;
3310 newbie->ipsa_encrkeybits -= ekey->sadb_key_reserved;
3315 if ((ekey->sadb_key_bits & 0x7) != 0)
3326 buf_ptr = (uint8_t *)(ekey + 1);
3377 if (ekey->sadb_key_reserved != 0) {
3380 ipsa_iv, SADB_1TO8(ekey->
3392 bzero((ekey + 1), SADB_1TO8(ekey->sadb_key_bits));
4519 sadb_key_t *ekey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_ENCRYPT]; local
4568 if (ekey != NULL) {