Home
last modified time | relevance | path

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

/linux-6.12.1/lib/crypto/
Daescfb.c15 static void aescfb_encrypt_block(const struct crypto_aes_ctx *ctx, void *dst, in aescfb_encrypt_block() function
49 aescfb_encrypt_block(ctx, ks, v); in aescfb_encrypt()
76 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt()
85 aescfb_encrypt_block(ctx, ks[!i], src); in aescfb_decrypt()