Searched refs:key0 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c3656 const struct sadb_key *key0; local
3659 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_AUTH];
3663 if (len < sizeof(*key0)) {
3685 sav->key_auth = (struct sadb_key *)key_newbuf(key0, len);
3695 const struct sadb_key *key0; local
3698 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_ENCRYPT];
3702 if (len < sizeof(*key0)) {
3715 sav->key_enc = (struct sadb_key *)key_newbuf(key0, len);
/darwin-on-arm/xnu/bsd/crypto/cast128/
H A Dcast128.c58 void set_cast128_subkey(u_int32_t *subkey, u_int8_t *key0, int keylen) argument
71 key[i] = key0[i];

Completed in 34 milliseconds