Searched refs:signature (Results 401 - 425 of 654) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dcodesigdb.cpp220 // Verify signature matches.
238 // If the ACL contains a code signature (requirement), we won't match against unsigned code at all.
395 bool CodeSignatures::verifyLegacy(Process &process, const CssmData &signature, string path) argument
397 // First of all, if the signature directly matches the client's code, we're obviously fine
401 if (clientIdentity.getHash() == signature) {
412 // Ah well. Establish mediator objects for database signature links
413 AclIdentity aclIdentity(signature, path);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dppcboot.c60 bfd_byte signature[2]; /* 0x55 and 0xaa */ member in struct:ppcboot_hdr
196 if (hdr.signature[0] != SIGNATURE0 || hdr.signature[1] != SIGNATURE1)
H A Dnlm32-ppc.c52 if (memcmp (s.signature, NLM32_POWERPC_SIGNATURE, sizeof s.signature) != 0
67 memcpy (s.signature, NLM32_POWERPC_SIGNATURE, sizeof s.signature);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_subclass.py73 test_x_ = objc.selector(test_x_, signature='v@:@i')
94 # signature of the queried item. The garbage is the rest
95 # of the signature string.
125 signature=NSObject.copyWithZone_.signature,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_subclass.py73 test_x_ = objc.selector(test_x_, signature=b'v@:@i')
113 signature=NSObject.copyWithZone_.signature,
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methodedits.py71 self.assertEqual(m.signature, b"@@:")
85 self.assertEqual(m.signature, b"q@:")
272 self.assertRaises((ValueError, TypeError), setattr, MEClass, 'fuzzyMethod', objc.selector(None, selector=b'fuzzy', signature=b'@@:'))
H A Dtest_subclass.py73 test_x_ = objc.selector(test_x_, signature=b'v@:@i')
113 signature=NSObject.copyWithZone_.signature,
/macosx-10.10/xnu-2782.1.97/osfmk/i386/commpage/
H A Dcommpage.c363 const char* signature, // "commpage 32-bit" or "commpage 64-bit"
385 commpage_stuff(_COMM_PAGE_SIGNATURE,signature,(int)MIN(_COMM_PAGE_SIGNATURELEN, strlen(signature)));
357 commpage_populate_one( vm_map_t submap, char ** kernAddressPtr, size_t area_used, commpage_address_t base_offset, commpage_time_data** time_data, const char* signature, vm_prot_t uperm) argument
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm61 The signature of the filter() method is the following:
73 Note that this subroutine signature looks a lot like that of the call-
117 The method signature is as follows:
155 a reference to an empty string ($buffer in the above signature) that
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/HeaderFilter/
H A Dsimple.pm76 The code reference must conform to the standard filter() signature
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DBodyFilter.pm61 The signature of the filter() method is the following:
73 Note that this subroutine signature looks a lot like that of the call-
117 The method signature is as follows:
155 a reference to an empty string (C<$buffer> in the above signature) that
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/HeaderFilter/
H A Dsimple.pm76 The code reference must conform to the standard C<filter()> signature
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DKeyItem.h123 void RawVerify(SecPadding padding, CSSM_DATA dataToVerify, const AccessCredentials *credentials, CSSM_DATA signature);
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dssblob.h122 Signature randomSignature; // randomizing database signature
216 DbBlob::Signature signature; // signature is index member in class:Security::SecurityServer::UnlockBlob
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkrecord154 signature=plistlib.Data(sigdata)
170 # unsigned code that had a good detached signature recorded is okay
192 print >>sys.stderr, "PROBLEM: broken code signature; object not whitelisted: %s" % rec["path"]
198 print "Recorded %d authorization(s), %d signature(s) in %s" % (len(auth), len(sigs), outputfile)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeyItem.h123 void RawVerify(SecPadding padding, CSSM_DATA dataToVerify, const AccessCredentials *credentials, CSSM_DATA signature);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeyItem.h123 void RawVerify(SecPadding padding, CSSM_DATA dataToVerify, const AccessCredentials *credentials, CSSM_DATA signature);
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssblob.h122 Signature randomSignature; // randomizing database signature
216 DbBlob::Signature signature; // signature is index member in class:Security::SecurityServer::UnlockBlob
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Drtadv.c413 CFStringRef signature = NULL; local
448 signature = rtadv_create_signature(service_p, list, count);
450 info_p, signature);
456 my_CFRelease(&signature);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dschnauthcn.c1208 memcpy(schn_tlr->signature, tail.signature, 8);
1393 memcpy(tail.signature, schn_tlr->signature, 8);
/macosx-10.10/diskdev_cmds-576/fdisk.tproj/
H A Dfdisk.c221 if (mp->signature != MBR_SIGNATURE) {
H A Duser.c166 if (mbr->signature != MBR_SIGNATURE) {
167 int yn = ask_yn("The signature for this MBR is invalid.\nWould you like to initialize the partition table?", 1);
/macosx-10.10/hfs-285/CopyHFSMeta/
H A Dutil.c200 if (IsValidSigWord(S16(hp->signature)) == 0) {
201 warnx("primary volume header signature = %x, invalid", S16(hp->signature));
212 if (IsValidSigWord(S16(hp->signature)) == 0) {
213 warnx("alternate volume header signature = %x, invalid", S16(hp->signature));
/macosx-10.10/libclosure-65/
H A DBlock_private.h60 const char *signature; member in struct:Block_descriptor_3
/macosx-10.10/pdisk-9/
H A Dhfs_misc.c64 u16 drSigWord; // volume signature
119 u16 signature; member in struct:HFSPlusVolumeHeader

Completed in 182 milliseconds

<<11121314151617181920>>