Home
last modified time | relevance | path

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

/crypto/
Dskcipher.c602 struct crypto_blkcipher *blkcipher = *ctx; in skcipher_setkey_blkcipher() local
605 crypto_blkcipher_clear_flags(blkcipher, ~0); in skcipher_setkey_blkcipher()
606 crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_blkcipher()
608 err = crypto_blkcipher_setkey(blkcipher, key, keylen); in skcipher_setkey_blkcipher()
609 crypto_skcipher_set_flags(tfm, crypto_blkcipher_get_flags(blkcipher) & in skcipher_setkey_blkcipher()
668 struct crypto_blkcipher *blkcipher; in crypto_init_skcipher_ops_blkcipher() local
681 blkcipher = __crypto_blkcipher_cast(btfm); in crypto_init_skcipher_ops_blkcipher()
682 *ctx = blkcipher; in crypto_init_skcipher_ops_blkcipher()
689 skcipher->ivsize = crypto_blkcipher_ivsize(blkcipher); in crypto_init_skcipher_ops_blkcipher()
DMakefile19 crypto_blkcipher-y += blkcipher.o