Searched refs:signature (Results 151 - 175 of 654) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecCodePriv.h149 For a given Code or StaticCode object, explicitly specify the detached signature
151 This call unconditionally overrides any signature embedded in the Code and any
152 previously specified detached signature; only the signature data specified here
155 signature was first attached to it).
160 or dynamic code entity in the system. This function only attaches signature data
164 @param code A Code or StaticCode object whose signature information is to be changed.
165 @param signature A CFDataRef containing the signature data to be used for validating
167 signature b
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DfeePublicKey.h18 * Added ECDSA signature routines.
269 * Generate digital signature, ElGamal style.
274 unsigned char **signature, /* fmalloc'd and RETURNED */
278 * Verify digital signature, ElGamal style.
283 const unsigned char *signature,
292 * Generate digital signature, ECDSA style.
297 unsigned char **signature, /* fmalloc'd and RETURNED */
301 * Verify digital signature, ECDSA style.
306 const unsigned char *signature,
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecNetscapeTemplates.cpp66 offsetof(SignedPublicKeyAndChallenge, signature) },
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecCodePriv.h149 For a given Code or StaticCode object, explicitly specify the detached signature
151 This call unconditionally overrides any signature embedded in the Code and any
152 previously specified detached signature; only the signature data specified here
155 signature was first attached to it).
160 or dynamic code entity in the system. This function only attaches signature data
164 @param code A Code or StaticCode object whose signature information is to be changed.
165 @param signature A CFDataRef containing the signature data to be used for validating
167 signature b
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DfeePublicKey.h18 * Added ECDSA signature routines.
269 * Generate digital signature, ElGamal style.
274 unsigned char **signature, /* fmalloc'd and RETURNED */
278 * Verify digital signature, ElGamal style.
283 const unsigned char *signature,
292 * Generate digital signature, ECDSA style.
297 unsigned char **signature, /* fmalloc'd and RETURNED */
301 * Verify digital signature, ECDSA style.
306 const unsigned char *signature,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dx509defs.h158 CSSM_X509_ALGORITHM_IDENTIFIER signature; member in struct:cssm_x509_tbs_certificate
177 CSSM_X509_SIGNATURE signature; member in struct:cssm_x509_signed_certificate
213 CSSM_X509_ALGORITHM_IDENTIFIER signature; member in struct:cssm_x509_tbs_certlist
223 CSSM_X509_SIGNATURE signature; member in struct:cssm_x509_signed_crl
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecNetscapeTemplates.cpp66 offsetof(SignedPublicKeyAndChallenge, signature) },
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecNetscapeTemplates.cpp66 offsetof(SignedPublicKeyAndChallenge, signature) },
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dnlmswap.h42 memcpy (dst->signature, src->signature, NLM_SIGNATURE_SIZE);
103 memcpy (dst->signature, src->signature, NLM_SIGNATURE_SIZE);
/macosx-10.10/cxxfilt-11/cxxfilt/include/nlm/
H A Dalpha-ext.h71 /* The signature field identifies the file as an NLM. It must contain
72 the signature string, which depends upon the NLM target. */
74 unsigned char signature[24]; member in struct:nlm32_alpha_external_fixed_header
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dopaque-pointer.m149 PyObjCMethodSignature* signature;
150 signature = PyObjCMethodSignature_FromSignature(new_cif_signature);
151 new_cif = PyObjCFFI_CIFForSignature(signature);
152 Py_DECREF(signature);
159 PyObjCMethodSignature* signature;
160 signature = PyObjCMethodSignature_FromSignature(convert_cif_signature);
161 convert_cif = PyObjCFFI_CIFForSignature(signature);
162 Py_DECREF(signature);
H A Dlibffi_support.h18 ffi_cif* PyObjCFFI_CIFForSignature(PyObjCMethodSignature* signature);
19 IMP PyObjCFFI_MakeClosure(PyObjCMethodSignature* signature,
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_regr.py13 someRectWithRect_ = objc.selector(someRectWithRect_, signature=rct + '@:' + rct)
61 self.assertEquals(objc.splitSignature(o.onewayVoidMethod.signature), (objc._C_ONEWAY + objc._C_VOID, objc._C_ID, objc._C_SEL))
119 self.assertEquals(imp.signature, 'i@:f')
122 self.assertEquals(sel.signature, 'i@:f')
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsopenpanel.py11 sig = o.beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo_.signature
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dopaque-pointer.m149 PyObjCMethodSignature* signature;
150 signature = PyObjCMethodSignature_FromSignature(new_cif_signature, NO);
151 new_cif = PyObjCFFI_CIFForSignature(signature);
152 Py_DECREF(signature);
159 PyObjCMethodSignature* signature;
160 signature = PyObjCMethodSignature_FromSignature(convert_cif_signature, YES);
161 convert_cif = PyObjCFFI_CIFForSignature(signature);
162 Py_DECREF(signature);
H A Dlibffi_support.h18 ffi_cif* PyObjCFFI_CIFForSignature(PyObjCMethodSignature* signature);
19 IMP PyObjCFFI_MakeClosure(PyObjCMethodSignature* signature,
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dopaque-pointer.m218 PyObjCMethodSignature* signature;
219 signature = PyObjCMethodSignature_FromSignature(new_cif_signature, NO);
220 new_cif = PyObjCFFI_CIFForSignature(signature);
221 Py_DECREF(signature);
228 PyObjCMethodSignature* signature;
229 signature = PyObjCMethodSignature_FromSignature(convert_cif_signature, YES);
230 convert_cif = PyObjCFFI_CIFForSignature(signature);
231 Py_DECREF(signature);
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A DCodeGenerator.pm209 if ($function->signature->name eq $functionName) {
210 $indexer = $function->signature;
509 my $name = $function->signature->name;
521 my $attributeName = $attribute->signature->name;
522 if ($attribute->signature->extendedAttributes->{"ImplementedAs"}) {
523 $attributeName = $attribute->signature->extendedAttributes->{"ImplementedAs"};
525 my $attributeType = $attribute->signature->type;
538 my $contentAttributeName = $attribute->signature->extendedAttributes->{"Reflect"};
559 my $attributeType = $attribute->signature->type;
562 if ($attribute->signature
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dt_spki.c122 n=spki->signature->length;
123 s=(char *)spki->signature->data;
/macosx-10.10/OpenSSL098-52/src/test/
H A Dtestgen40 echo signature on req is wrong
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-50-iPhone-emulation.c80 uint8 signature[512]; local
81 size_t signatureLength = sizeof(signature);
83 result = SecKeyRawSign(privateKey, paddings[n], (uint8_t*) data, strlen(data), signature, &signatureLength);
86 // verify with the signature
87 result = SecKeyRawVerify(publicKey, paddings[n], (uint8_t*) data, strlen(data), signature, signatureLength);
165 uint8 signature[512]; local
166 size_t signatureLength = sizeof(signature);
168 result = SecKeyRawSign(privateKey, paddings[n], (uint8_t*) data, strlen(data), signature, &signatureLength);
171 // verify with the signature
172 result = SecKeyRawVerify(publicKey, paddings[n], (uint8_t*) data, strlen(data), signature, signatureLengt
[all...]
/macosx-10.10/libresolv-57/
H A Ddst_hmac_link.c71 * UPDATE (hash (more) data), FINAL (generate a signature). This
79 * signature location to store signature.
80 * sig_len size of the signature location
82 * N Success on SIG_MODE_FINAL = returns signature length in bytes
90 u_char *signature, const int sig_len)
116 if (signature == NULL || sig_len < MD5_LEN)
118 MD5Final(signature, ctx);
123 MD5Update(ctx, signature, MD5_LEN);
124 MD5Final(signature, ct
88 dst_hmac_md5_sign(const int mode, DST_KEY *d_key, void **context, const u_char *data, const int len, u_char *signature, const int sig_len) argument
156 dst_hmac_md5_verify(const int mode, DST_KEY *d_key, void **context, const u_char *data, const int len, const u_char *signature, const int sig_len) argument
[all...]
/macosx-10.10/man-16/man/man2html/
H A Dcgibase.c72 static char *signature = "<HR>\n" variable
95 printf(signature, cgibase, man2htmlpath, timebuf);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_category.py14 signature=method.signature,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_splitsig.py57 elems = objc.splitSignature(sel.signature)
74 # For some reason this signature doesn't seem to be correct, even
108 elems = objc.splitSignature(sel.signature)

Completed in 240 milliseconds

1234567891011>>