Searched refs:max_auth_key_len (Results 1 – 6 of 6) sorted by relevance
58 uint32_t max_auth_key_len; member
158 if (sym_info->auth_key_len > vcrypto->conf.max_auth_key_len) { in virtio_crypto_create_sym_session()1047 vcrypto->conf.max_auth_key_len = in virtio_crypto_init_config()1048 vcrypto->conf.cryptodev->conf.max_auth_key_len; in virtio_crypto_init_config()1156 stl_le_p(&crypto_cfg.max_auth_key_len, c->conf.max_auth_key_len); in virtio_crypto_get_config()
246 uint32_t max_auth_key_len; member
520 uint32_t max_auth_key_len; member
232 backend->conf.max_auth_key_len = VHOST_USER_MAX_AUTH_KEY_LEN; in cryptodev_vhost_user_init()
108 backend->conf.max_auth_key_len = CRYPTODEV_BUITLIN_MAX_AUTH_KEY_LEN; in cryptodev_builtin_init()
Completed in 16 milliseconds