Searched refs:crypto_cfb_encrypt_one (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | cfb.c | 36 static void crypto_cfb_encrypt_one(struct crypto_skcipher *tfm, in crypto_cfb_encrypt_one() function 54 crypto_cfb_encrypt_one(tfm, iv, stream); in crypto_cfb_final() 68 crypto_cfb_encrypt_one(tfm, iv, dst); in crypto_cfb_encrypt_segment() 91 crypto_cfb_encrypt_one(tfm, iv, tmp); in crypto_cfb_encrypt_inplace() 138 crypto_cfb_encrypt_one(tfm, iv, dst); in crypto_cfb_decrypt_segment() 161 crypto_cfb_encrypt_one(tfm, iv, tmp); in crypto_cfb_decrypt_inplace()
|