Home
last modified time | relevance | path

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

/include/linux/
A Dbpf_crypto.h12 int (*encrypt)(void *tfm, const u8 *src, u8 *dst, unsigned int len, u8 *iv); member
/include/crypto/
A Dakcipher.h85 int (*encrypt)(struct akcipher_request *req); member
279 return crypto_akcipher_alg(tfm)->encrypt(req); in crypto_akcipher_encrypt()
A Daead.h143 int (*encrypt)(struct aead_request *req); member
A Dskcipher.h154 int (*encrypt)(struct skcipher_request *req); member
205 int (*encrypt)(struct crypto_lskcipher *tfm, const u8 *src, member
/include/pcmcia/
A Dcistpl.h256 u_char encrypt; member
265 u_char encrypt; member
/include/net/
A Dmacsec.h207 bool encrypt; member
/include/net/bluetooth/
A Dhci_core.h2038 __u8 encrypt);
2076 __u8 encrypt; in hci_auth_cfm() local
2081 encrypt = test_bit(HCI_CONN_ENCRYPT, &conn->flags) ? 0x01 : 0x00; in hci_auth_cfm()
2086 cb->security_cfm(conn, status, encrypt); in hci_auth_cfm()
2097 __u8 encrypt; in hci_encrypt_cfm() local
2109 encrypt = 0x00; in hci_encrypt_cfm()
2111 encrypt = 0x02; in hci_encrypt_cfm()
2113 encrypt = 0x01; in hci_encrypt_cfm()
2126 cb->security_cfm(conn, status, encrypt); in hci_encrypt_cfm()
A Dhci.h866 __u8 encrypt; member
2278 __u8 encrypt; member

Completed in 38 milliseconds