Searched refs:encrypt (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | bpf_crypto.h | 12 int (*encrypt)(void *tfm, const u8 *src, u8 *dst, unsigned int len, u8 *iv); member
|
| /include/crypto/ |
| A D | akcipher.h | 85 int (*encrypt)(struct akcipher_request *req); member 279 return crypto_akcipher_alg(tfm)->encrypt(req); in crypto_akcipher_encrypt()
|
| A D | aead.h | 143 int (*encrypt)(struct aead_request *req); member
|
| A D | skcipher.h | 154 int (*encrypt)(struct skcipher_request *req); member 205 int (*encrypt)(struct crypto_lskcipher *tfm, const u8 *src, member
|
| /include/pcmcia/ |
| A D | cistpl.h | 256 u_char encrypt; member 265 u_char encrypt; member
|
| /include/net/ |
| A D | macsec.h | 207 bool encrypt; member
|
| /include/net/bluetooth/ |
| A D | hci_core.h | 2038 __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 D | hci.h | 866 __u8 encrypt; member 2278 __u8 encrypt; member
|
Completed in 38 milliseconds