Lines Matching refs:rblkcipher
711 struct crypto_report_blkcipher rblkcipher;
715 memset(&rblkcipher, 0, sizeof(rblkcipher));
717 strscpy(rblkcipher.type, "skcipher", sizeof(rblkcipher.type));
718 strscpy(rblkcipher.geniv, "<none>", sizeof(rblkcipher.geniv));
720 rblkcipher.blocksize = alg->cra_blocksize;
721 rblkcipher.min_keysize = skcipher->min_keysize;
722 rblkcipher.max_keysize = skcipher->max_keysize;
723 rblkcipher.ivsize = skcipher->ivsize;
726 sizeof(rblkcipher), &rblkcipher);