Searched refs:reason_buf (Results 1 - 5 of 5) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Dservices.h79 char **reason_buf,
92 char **reason_buf,
/external/selinux/libselinux/src/
H A Daudit2why.c310 char *reason_buf = NULL; local
376 rc = sepol_compute_av_reason_buffer(ssid, tsid, tclass, av, &avd, &reason, &reason_buf, 0);
416 if (reason_buf) {
418 result = Py_BuildValue("is", CONSTRAINT, reason_buf);
419 free(reason_buf);
/external/boringssl/src/crypto/err/
H A Derr.c364 char lib_buf[64], func_buf[64], reason_buf[64]; local
391 BIO_snprintf(reason_buf, sizeof(reason_buf), "reason(%u)", reason);
392 reason_str = reason_buf;
/external/selinux/checkpolicy/
H A Dcheckpolicy.c401 char *reason_buf = NULL; local
1135 &reason_buf, flags)) {
1139 if (reason_buf) {
1141 reason_buf);
1142 free(reason_buf);
1188 &reason_buf, flags)) {
1192 if (reason_buf) {
1194 reason_buf);
1195 free(reason_buf);
/external/selinux/libsepol/src/
H A Dservices.c1007 char **reason_buf,
1047 *reason_buf = NULL;
1053 tclass, constraint, reason_buf, flags)) {
1101 char **reason_buf,
1127 *reason_buf = NULL;
1132 requested, avd, reason, reason_buf, flags);
1003 sepol_validate_transition_reason_buffer(sepol_security_id_t oldsid, sepol_security_id_t newsid, sepol_security_id_t tasksid, sepol_security_class_t tclass, char **reason_buf, unsigned int flags) argument
1095 sepol_compute_av_reason_buffer(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, sepol_access_vector_t requested, struct sepol_av_decision *avd, unsigned int *reason, char **reason_buf, unsigned int flags) argument

Completed in 214 milliseconds