Searched refs:cipher_algo (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_core.h | 289 #define RK_AEAD_ALGO_INIT(cipher_algo, cipher_mode, algo_name, driver_name) {\ argument 292 .algo = CIPHER_ALGO_##cipher_algo,\ 309 .chunksize = cipher_algo##_BLOCK_SIZE,\ 318 #define RK_CIPHER_ALGO_INIT(cipher_algo, cipher_mode, algo_name, driver_name) {\ argument 321 .algo = CIPHER_ALGO_##cipher_algo,\ 330 .base.cra_blocksize = cipher_algo##_BLOCK_SIZE,\ 336 .min_keysize = cipher_algo##_MIN_KEY_SIZE,\ 337 .max_keysize = cipher_algo##_MAX_KEY_SIZE,\ 338 .ivsize = cipher_algo##_BLOCK_SIZE,\ 339 .chunksize = cipher_algo##_BLOCK_SIZE,\ [all …]
|