Searched refs:temp_crypt (Results 1 – 1 of 1) sorted by relevance
1519 struct ssv_crypto_ops *temp_crypt; in _set_pairwise_key_tkip_ccmp() local1527 temp_crypt = (cipher == SSV_CIPHER_CCMP) in _set_pairwise_key_tkip_ccmp()1538 if (temp_crypt) in _set_pairwise_key_tkip_ccmp()1539 temp_crypt_priv = temp_crypt->init(key->keyidx); 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()1545 crypto_data->ops = temp_crypt; in _set_pairwise_key_tkip_ccmp()1636 struct ssv_crypto_ops *temp_crypt = NULL; in _set_group_key_tkip_ccmp() local1643 temp_crypt = (cipher == SSV_CIPHER_CCMP) in _set_group_key_tkip_ccmp()1654 if (temp_crypt) in _set_group_key_tkip_ccmp()1655 temp_crypt_priv = temp_crypt->init(key->keyidx); in _set_group_key_tkip_ccmp()[all …]