Searched refs:rcipher (Results 1 – 1 of 1) sorted by relevance
76 struct crypto_report_cipher rcipher; in crypto_report_cipher() local78 strncpy(rcipher.type, "cipher", sizeof(rcipher.type)); in crypto_report_cipher()80 rcipher.blocksize = alg->cra_blocksize; in crypto_report_cipher()81 rcipher.min_keysize = alg->cra_cipher.cia_min_keysize; in crypto_report_cipher()82 rcipher.max_keysize = alg->cra_cipher.cia_max_keysize; in crypto_report_cipher()85 sizeof(struct crypto_report_cipher), &rcipher); in crypto_report_cipher()