HomeSort by: relevance | last modified time | path
    Searched defs:kauth_key_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/sys/
kauth.h 57 typedef struct kauth_key *kauth_key_t; typedef in typeref:struct:kauth_key *
522 int kauth_register_key(secmodel_t, kauth_key_t *);
523 int kauth_deregister_key(kauth_key_t);
524 void kauth_cred_setdata(kauth_cred_t, kauth_key_t, void *);
525 void *kauth_cred_getdata(kauth_cred_t, kauth_key_t);

Completed in 13 milliseconds