Searched refs:crypto_cfb_encrypt_one (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | cfb.c | 35 static void crypto_cfb_encrypt_one(struct crypto_skcipher *tfm, in crypto_cfb_encrypt_one() function 53 crypto_cfb_encrypt_one(tfm, iv, stream); in crypto_cfb_final() 67 crypto_cfb_encrypt_one(tfm, iv, dst); in crypto_cfb_encrypt_segment() 90 crypto_cfb_encrypt_one(tfm, iv, tmp); in crypto_cfb_encrypt_inplace() 137 crypto_cfb_encrypt_one(tfm, iv, dst); in crypto_cfb_decrypt_segment() 160 crypto_cfb_encrypt_one(tfm, iv, tmp); in crypto_cfb_decrypt_inplace()
|