X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/authd/ccaudit.h?ds=inline diff --git a/authd/ccaudit.h b/authd/ccaudit.h deleted file mode 100644 index 1485790a..00000000 --- a/authd/ccaudit.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Copyright (c) 2012 Apple Inc. All rights reserved. */ - -#ifndef _SECURITY_AUTH_CCAUDIT_H_ -#define _SECURITY_AUTH_CCAUDIT_H_ - -#include - -AUTH_WARN_RESULT AUTH_MALLOC AUTH_NONNULL_ALL AUTH_RETURNS_RETAINED -ccaudit_t ccaudit_create(process_t, auth_token_t, int32_t event); - -AUTH_NONNULL_ALL -void ccaudit_log_authorization(ccaudit_t, const char * right, OSStatus err); - -AUTH_NONNULL_ALL -void ccaudit_log_success(ccaudit_t, credential_t cred, const char * right); - -AUTH_NONNULL_ALL -void ccaudit_log_failure(ccaudit_t, const char * credName, const char * right); - -AUTH_NONNULL1 -void ccaudit_log_mechanism(ccaudit_t, const char * right, const char * mech, uint32_t status, const char * interrupted); - -AUTH_NONNULL1 -void ccaudit_log(ccaudit_t, const char * right, const char * msg, OSStatus err); - -#endif /* !_SECURITY_AUTH_CCAUDIT_H_ */