]> git.saurik.com Git - apple/security.git/blobdiff - OSX/authd/authtoken.h
Security-58286.1.32.tar.gz
[apple/security.git] / OSX / authd / authtoken.h
index c745a82abc7a24006b4dbda02d2a8ecc6bdda76f..d4b9db589013ac750495eb70ef7624d24e2e910d 100644 (file)
@@ -108,6 +108,9 @@ auth_token_state_t auth_token_get_state(auth_token_t);
 AUTH_NONNULL_ALL
 bool auth_token_check_state(auth_token_t, auth_token_state_t);
 
+AUTH_NONNULL_ALL
+CFDataRef auth_token_get_encryption_key(auth_token_t auth);
+
 #if defined(__cplusplus)
 }
 #endif