Home
last modified time | relevance | path

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

/linux-3.4.99/crypto/
Dcrypto_user.c76 struct crypto_report_cipher rcipher; in crypto_report_cipher() local
78 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()