Searched refs:ekey (Results 1 – 3 of 3) sorted by relevance
100 function error( ekey, message ) {101 print "Error at input line " NR ", anode " ekey >> (ENVIRON["WORKDIR"] "/test.temp.errors.cleanup")
3334 sadb_key_t *ekey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_ENCRYPT]; local3370 if (ekey == NULL && assoc->sadb_sa_encrypt != SADB_EALG_NULL) {3499 if (ekey != NULL) {3522 keybits = ekey->sadb_key_bits;3523 keybits -= ekey->sadb_key_reserved;3534 if (ipsec_check_key(ealg->alg_mech_type, ekey, B_FALSE,
2925 sadb_key_t *ekey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_ENCRYPT]; local3256 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[all …]