Searched refs:bearer (Results 1 - 9 of 9) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A Dupdate_boot.c2245 io_service_t bearer = IO_OBJECT_NULL; local
2308 bearer = IOServiceGetMatchingService(kIOMasterPortDefault, matching);
2310 if (!bearer) {
2314 partBSD = (CFStringRef)IORegistryEntryCreateCFProperty(bearer,
2323 partType = (CFStringRef)IORegistryEntryCreateCFProperty(bearer,
2352 if (bearer != IO_OBJECT_NULL) IOObjectRelease(bearer);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportCrypto.cpp565 CssmClient::KeyAclBearer bearer(cspHand, unwrappedKey, Allocator::standard());
566 theAccess->setAccess(bearer, maker);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12Crypto.cpp513 CssmClient::KeyAclBearer bearer(
518 initialAccess->setAccess(bearer, maker);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportCrypto.cpp565 CssmClient::KeyAclBearer bearer(cspHand, unwrappedKey, Allocator::standard());
566 theAccess->setAccess(bearer, maker);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportCrypto.cpp565 CssmClient::KeyAclBearer bearer(cspHand, unwrappedKey, Allocator::standard());
566 theAccess->setAccess(bearer, maker);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12Crypto.cpp513 CssmClient::KeyAclBearer bearer(
518 initialAccess->setAccess(bearer, maker);
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dserver.cpp164 // Locate an ACL bearer (database or key) by handle
169 AclSource &bearer = U32HandleObject::find<AclSource>(handle, CSSMERR_CSSM_INVALID_ADDIN_HANDLE); local
170 if (kind != bearer.acl().aclKind())
172 return bearer;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_sasl.c650 * bearer [in] - The bearer token.
659 const char *bearer,
666 xoauth = aprintf("user=%s\1auth=Bearer %s\1\1", user, bearer);
657 Curl_sasl_create_xoauth2_message(struct SessionHandle *data, const char *user, const char *bearer, char **outptr, size_t *outlen) argument
H A Dcurl_sasl.h116 containing the user name and bearer token */
119 const char *bearer,

Completed in 166 milliseconds