|
Linux Kernel
3.7.1
|
Data Fields | |
| char | name [CRYPTO_MAX_ALG_NAME] |
| char | driver_name [CRYPTO_MAX_ALG_NAME] |
| unsigned int | blocksize |
| u32 | type |
| union { | |
| struct ablkcipher_alg ablkcipher | |
| struct aead_alg aead | |
| struct blkcipher_alg blkcipher | |
| struct cipher_alg cipher | |
| struct compress_alg compress | |
| struct rng_alg rng | |
| } | template_u |
| u32 | class1_alg_type |
| u32 | class2_alg_type |
| u32 | alg_op |
| struct ablkcipher_alg ablkcipher |
| struct blkcipher_alg blkcipher |
| struct compress_alg compress |
| char driver_name[CRYPTO_MAX_ALG_NAME] |
| char name[CRYPTO_MAX_ALG_NAME] |
| union { ... } template_u |
1.8.2