Searched refs:rcipher (Results 1 – 1 of 1) sorted by relevance
83 struct crypto_report_cipher rcipher; in crypto_report_cipher() local85 strncpy(rcipher.type, "cipher", sizeof(rcipher.type)); in crypto_report_cipher()87 rcipher.blocksize = alg->cra_blocksize; in crypto_report_cipher()88 rcipher.min_keysize = alg->cra_cipher.cia_min_keysize; in crypto_report_cipher()89 rcipher.max_keysize = alg->cra_cipher.cia_max_keysize; in crypto_report_cipher()92 sizeof(struct crypto_report_cipher), &rcipher)) in crypto_report_cipher()