crypto_blkcipher_crt 1462 include/linux/crypto.h return crypto_blkcipher_crt(tfm)->setkey(crypto_blkcipher_tfm(tfm), crypto_blkcipher_crt 1489 include/linux/crypto.h desc->info = crypto_blkcipher_crt(desc->tfm)->iv; crypto_blkcipher_crt 1490 include/linux/crypto.h return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); crypto_blkcipher_crt 1517 include/linux/crypto.h return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); crypto_blkcipher_crt 1542 include/linux/crypto.h desc->info = crypto_blkcipher_crt(desc->tfm)->iv; crypto_blkcipher_crt 1543 include/linux/crypto.h return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); crypto_blkcipher_crt 1567 include/linux/crypto.h return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); crypto_blkcipher_crt 1582 include/linux/crypto.h memcpy(crypto_blkcipher_crt(tfm)->iv, src, len); crypto_blkcipher_crt 1598 include/linux/crypto.h memcpy(dst, crypto_blkcipher_crt(tfm)->iv, len);