Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/security/
A Dindex.rst13 sak
/linux-6.3-rc2/drivers/nfc/st21nfca/
A Dcore.c523 static int st21nfca_get_iso14443_3_sak(struct nfc_hci_dev *hdev, u8 *sak) in st21nfca_get_iso14443_3_sak() argument
538 *sak = sak_skb->data[0]; in st21nfca_get_iso14443_3_sak()
621 u8 sak; in st21nfca_hci_target_from_gate() local
637 r = st21nfca_get_iso14443_3_sak(hdev, &sak); in st21nfca_hci_target_from_gate()
646 nfc_hci_sak_to_protocol(sak); in st21nfca_hci_target_from_gate()
651 target->sel_res = sak; in st21nfca_hci_target_from_gate()
/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/
A Dsysrq.rst166 sak(k)(安全访问秘钥)在你尝试登陆的同时,又想确保当前控制台没有可以获取你的
/linux-6.3-rc2/include/net/nfc/
A Dhci.h273 u32 nfc_hci_sak_to_protocol(u8 sak);
/linux-6.3-rc2/net/nfc/hci/
A Dcore.c267 u32 nfc_hci_sak_to_protocol(u8 sak) in nfc_hci_sak_to_protocol() argument
269 switch (NFC_HCI_TYPE_A_SEL_PROT(sak)) { in nfc_hci_sak_to_protocol()
/linux-6.3-rc2/drivers/net/
A Dmacsec.c1354 static int init_rx_sa(struct macsec_rx_sa *rx_sa, char *sak, int key_len, in init_rx_sa() argument
1361 rx_sa->key.tfm = macsec_alloc_tfm(sak, key_len, icv_len); in init_rx_sa()
1454 static int init_tx_sa(struct macsec_tx_sa *tx_sa, char *sak, int key_len, in init_tx_sa() argument
1461 tx_sa->key.tfm = macsec_alloc_tfm(sak, key_len, icv_len); in init_tx_sa()
/linux-6.3-rc2/Documentation/admin-guide/
A Dsysrq.rst162 sak(k) (Secure Access Key) is useful when you want to be sure there is no

Completed in 165 milliseconds