Home
last modified time | relevance | path

Searched refs:temp_crypt (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.c1519 struct ssv_crypto_ops *temp_crypt; in _set_pairwise_key_tkip_ccmp() local
1527 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() local
1643 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 …]