Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
H A Dcipher.c2746 switch (ctx->alg->cipher_info.alg) { in aead_authenc_setkey()
3036 .cipher_info = {
3059 .cipher_info = {
3082 .cipher_info = {
3105 .cipher_info = {
3128 .cipher_info = {
3153 .cipher_info = {
3178 .cipher_info = {
3203 .cipher_info = {
3228 .cipher_info = {
[all …]
H A Dcipher.h112 struct cipher_op cipher_info; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dwow.c306 const struct rtw89_cipher_info *cipher_info; in rtw89_wow_get_key_info_iter() local
310 cipher_info = rtw89_cipher_alg_recognize(key->cipher); in rtw89_wow_get_key_info_iter()
333 rtw_wow->ptk_alg = cipher_info->fw_alg; in rtw89_wow_get_key_info_iter()
341 rtw_wow->gtk_alg = cipher_info->fw_alg; in rtw89_wow_get_key_info_iter()
355 rtw_wow->ptk_alg = cipher_info->fw_alg; in rtw89_wow_get_key_info_iter()
357 rtw_wow->gtk_alg = cipher_info->fw_alg; in rtw89_wow_get_key_info_iter()
650 const struct rtw89_cipher_info *cipher_info; in rtw89_wow_gtk_rekey() local
657 cipher_info = rtw89_cipher_alg_recognize(cipher); in rtw89_wow_gtk_rekey()
658 sz = struct_size(rekey_conf, key, cipher_info->len); in rtw89_wow_gtk_rekey()
665 rekey_conf->keylen = cipher_info->len; in rtw89_wow_gtk_rekey()
[all …]