Home
last modified time | relevance | path

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

/linux/crypto/
H A Dcrypto_user.c73 struct crypto_report_cipher rcipher; in crypto_report_cipher() local
75 memset(&rcipher, 0, sizeof(rcipher)); in crypto_report_cipher()
77 strscpy(rcipher.type, "cipher", sizeof(rcipher.type)); in crypto_report_cipher()
79 rcipher.blocksize = alg->cra_blocksize; in crypto_report_cipher()
80 rcipher.min_keysize = alg->cra_cipher.cia_min_keysize; in crypto_report_cipher()
81 rcipher.max_keysize = alg->cra_cipher.cia_max_keysize; in crypto_report_cipher()
84 sizeof(rcipher), &rcipher); in crypto_report_cipher()