Searched refs:sa_security_prop (Results 1 – 2 of 2) sorted by relevance
66 int (*sa_security_prop)(char *); /* property is security */ member
412 if (ops != NULL && ops->sa_security_prop != NULL) in sa_proto_security_prop()413 ret = ops->sa_security_prop(token); in sa_proto_security_prop()