Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Daescfb.c14 static void aescfb_encrypt_block(const struct crypto_aes_ctx *ctx, void *dst, in aescfb_encrypt_block() function
48 aescfb_encrypt_block(ctx, ks, v); in aescfb_encrypt()
75 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt()
84 aescfb_encrypt_block(ctx, ks[!i], src); in aescfb_decrypt()