Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/bcm/
Dcipher.c2748 switch (ctx->alg->cipher_info.alg) { in aead_authenc_setkey()
3038 .cipher_info = {
3061 .cipher_info = {
3084 .cipher_info = {
3107 .cipher_info = {
3130 .cipher_info = {
3155 .cipher_info = {
3180 .cipher_info = {
3205 .cipher_info = {
3230 .cipher_info = {
[all …]
Dcipher.h112 struct cipher_op cipher_info; member
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dwow.c280 const struct rtw89_cipher_info *cipher_info; in rtw89_wow_get_key_info_iter() local
284 cipher_info = rtw89_cipher_alg_recognize(key->cipher); in rtw89_wow_get_key_info_iter()
302 rtw_wow->ptk_alg = cipher_info->fw_alg; in rtw89_wow_get_key_info_iter()
310 rtw_wow->gtk_alg = cipher_info->fw_alg; in rtw89_wow_get_key_info_iter()
324 rtw_wow->ptk_alg = cipher_info->fw_alg; in rtw89_wow_get_key_info_iter()
326 rtw_wow->gtk_alg = cipher_info->fw_alg; in rtw89_wow_get_key_info_iter()
600 const struct rtw89_cipher_info *cipher_info; in rtw89_wow_gtk_rekey() local
605 cipher_info = rtw89_cipher_alg_recognize(cipher); in rtw89_wow_gtk_rekey()
606 sz = struct_size(rekey_conf, key, cipher_info->len); in rtw89_wow_gtk_rekey()
613 rekey_conf->keylen = cipher_info->len; in rtw89_wow_gtk_rekey()
[all …]