Searched refs:keyctx (Results 1 – 2 of 2) sorted by relevance
269 void *keyctx; in ieee80211_crypto_newkey() local353 keyctx = cip->ic_attach(vap, key); in ieee80211_crypto_newkey()354 if (keyctx == NULL) { in ieee80211_crypto_newkey()364 key->wk_private = keyctx; in ieee80211_crypto_newkey()397 keyctx = cip->ic_attach(vap, key); in ieee80211_crypto_newkey()398 if (keyctx == NULL) { in ieee80211_crypto_newkey()409 key->wk_private = keyctx; in ieee80211_crypto_newkey()
1840 struct hx509_generate_private_context *keyctx; in hxtool_ca() local1844 &keyctx); in hxtool_ca()1849 _hx509_generate_private_key_is_ca(context, keyctx); in hxtool_ca()1852 _hx509_generate_private_key_bits(context, keyctx, in hxtool_ca()1855 ret = _hx509_generate_private_key(context, keyctx, in hxtool_ca()1857 _hx509_generate_private_key_free(&keyctx); in hxtool_ca()