Searched refs:do_encrypt (Results 1 - 2 of 2) sorted by relevance

/linux-master/security/keys/trusted-keys/
H A Dtrusted_dcp.c77 static int do_dcp_crypto(u8 *in, u8 *out, bool do_encrypt) argument
117 if (do_encrypt)
130 bool do_encrypt)
156 if (do_encrypt) {
176 if (do_encrypt)
129 do_aead_crypto(u8 *in, u8 *out, size_t len, u8 *key, u8 *nonce, bool do_encrypt) argument
/linux-master/fs/bcachefs/
H A Dchecksum.c115 static inline int do_encrypt(struct crypto_sync_skcipher *tfm, function
176 ret = do_encrypt(chacha20, nonce, buf, len);
191 ret = do_encrypt(c->chacha20, nonce, key, sizeof(key));
246 return do_encrypt(c->chacha20, nonce, data, len);

Completed in 238 milliseconds