Home
last modified time | relevance | path

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

/linux/crypto/
H A Dlskcipher.c267 struct crypto_report_blkcipher rblkcipher; in crypto_lskcipher_report() local
269 memset(&rblkcipher, 0, sizeof(rblkcipher)); in crypto_lskcipher_report()
271 strscpy(rblkcipher.type, "lskcipher", sizeof(rblkcipher.type)); in crypto_lskcipher_report()
272 strscpy(rblkcipher.geniv, "<none>", sizeof(rblkcipher.geniv)); in crypto_lskcipher_report()
274 rblkcipher.blocksize = alg->cra_blocksize; in crypto_lskcipher_report()
275 rblkcipher.min_keysize = skcipher->co.min_keysize; in crypto_lskcipher_report()
276 rblkcipher.max_keysize = skcipher->co.max_keysize; in crypto_lskcipher_report()
277 rblkcipher.ivsize = skcipher->co.ivsize; in crypto_lskcipher_report()
280 sizeof(rblkcipher), &rblkcipher); in crypto_lskcipher_report()
H A Dskcipher.c792 struct crypto_report_blkcipher rblkcipher; in crypto_skcipher_report() local
794 memset(&rblkcipher, 0, sizeof(rblkcipher)); in crypto_skcipher_report()
796 strscpy(rblkcipher.type, "skcipher", sizeof(rblkcipher.type)); in crypto_skcipher_report()
797 strscpy(rblkcipher.geniv, "<none>", sizeof(rblkcipher.geniv)); in crypto_skcipher_report()
799 rblkcipher.blocksize = alg->cra_blocksize; in crypto_skcipher_report()
800 rblkcipher.min_keysize = skcipher->min_keysize; in crypto_skcipher_report()
801 rblkcipher.max_keysize = skcipher->max_keysize; in crypto_skcipher_report()
802 rblkcipher.ivsize = skcipher->ivsize; in crypto_skcipher_report()
805 sizeof(rblkcipher), &rblkcipher); in crypto_skcipher_report()