Searched refs:max_auth_key_len (Results 1 – 5 of 5) 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()1054 vcrypto->conf.max_auth_key_len = in virtio_crypto_init_config()1055 vcrypto->conf.cryptodev->conf.max_auth_key_len; in virtio_crypto_init_config()1162 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
521 uint32_t max_auth_key_len; member
105 backend->conf.max_auth_key_len = CRYPTODEV_BUITLIN_MAX_AUTH_KEY_LEN; in cryptodev_builtin_init()