Home
last modified time | relevance | path

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

/linux/crypto/
A Dlskcipher.c123 static int crypto_lskcipher_crypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_crypt() function
145 return crypto_lskcipher_crypt(tfm, src, dst, len, iv, alg->encrypt); in crypto_lskcipher_encrypt()
154 return crypto_lskcipher_crypt(tfm, src, dst, len, iv, alg->decrypt); in crypto_lskcipher_decrypt()

Completed in 5 milliseconds