allowed
if ((r = sshbuf_get_cstring(data, &allowed,
free(allowed);
if (addr_match_cidr_list(NULL, allowed) == -1) {
opts->required_from_host_cert = allowed;
char *command, *allowed;
int r, allowed = 0;
allowed = user_key_allowed(ssh, authctxt->pw, key,
allowed = hostbased_key_allowed(ssh, authctxt->pw,
allowed ? "allowed" : "not allowed");
if (allowed) {
if ((r = sshbuf_put_u32(m, allowed)) != 0)
if (!allowed)
int r, allowed = 0;
allowed = 1;
debug3_f("sending MONITOR_ANS_PWNAM: %d", allowed);
int r, allowed = 0;
if ((r = sshbuf_get_u32(m, &allowed)) != 0)
if (allowed && type == MM_USERKEY &&
return allowed;
int allowed = 0;
allowed = 1;
return (allowed);
char *allowed, *oallowed, *cp, *tmp, *alg = NULL;
oallowed = allowed = xstrdup(options.pubkey_accepted_algos);
while ((cp = strsep(&allowed, ",")) != NULL) {
sshkey_check_cert_sigtype(const struct sshkey *key, const char *allowed)
if (key == NULL || allowed == NULL)
if (match_pattern_list(key->cert->signature_type, allowed, 0) != 1)
get_key(const char *allowed)
if (allowed != NULL &&
ch != '\0' && strchr(allowed, ch) == NULL) {
data->smu_features[i].allowed =
if (data->smu_features[i].allowed)
bool allowed;
data->smu_features[i].allowed =
if (data->smu_features[i].allowed)
if (data->smu_features[i].allowed && !enabled)
else if (!data->smu_features[i].allowed && enabled)
bool allowed;
u32 allowed = lobj->allowed_domains;
if ((allowed & current_domain) != 0 &&
radeon_uvd_force_into_uvd_segment(bo, allowed);
allowed(char *),
if (!allowed(User)) {
int f, mode, allowed;
allowed = 0;
allowed |= mode;
modeok = modereq & allowed ? 1 : 0;