Searched defs:ekey (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libwanbootutil/common/ |
H A D | key_util.c | 191 * 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,
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipsecesp.c | 3576 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,
|
H A D | sadb.c | 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 4486 sadb_key_t *ekey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_ENCRYPT]; local [all...] |
Completed in 62 milliseconds