Lines Matching refs:rblkcipher
734 struct crypto_report_blkcipher rblkcipher;
736 memset(&rblkcipher, 0, sizeof(rblkcipher));
738 strscpy(rblkcipher.type, "skcipher", sizeof(rblkcipher.type));
739 strscpy(rblkcipher.geniv, "<none>", sizeof(rblkcipher.geniv));
741 rblkcipher.blocksize = alg->cra_blocksize;
742 rblkcipher.min_keysize = skcipher->min_keysize;
743 rblkcipher.max_keysize = skcipher->max_keysize;
744 rblkcipher.ivsize = skcipher->ivsize;
747 sizeof(rblkcipher), &rblkcipher);