Searched refs:temp_crypt_priv (Results 1 – 1 of 1) sorted by relevance
1520 void *temp_crypt_priv = NULL; in _set_pairwise_key_tkip_ccmp() local1539 temp_crypt_priv = temp_crypt->init(key->keyidx); in _set_pairwise_key_tkip_ccmp()1540 if (temp_crypt_priv) in _set_pairwise_key_tkip_ccmp()1543 temp_crypt->set_key(key->key, key->keylen, NULL, temp_crypt_priv); in _set_pairwise_key_tkip_ccmp()1544 crypto_data->priv = temp_crypt_priv; in _set_pairwise_key_tkip_ccmp()1637 void *temp_crypt_priv = NULL; in _set_group_key_tkip_ccmp() local1655 temp_crypt_priv = temp_crypt->init(key->keyidx); in _set_group_key_tkip_ccmp()1656 if (temp_crypt_priv) in _set_group_key_tkip_ccmp()1660 temp_crypt->set_key(key->key, key->keylen, NULL, temp_crypt_priv); in _set_group_key_tkip_ccmp()1661 crypto_data->priv = temp_crypt_priv; in _set_group_key_tkip_ccmp()