Searched refs:errOut (Results 51 - 75 of 175) sorted by relevance

1234567

/macosx-10.10.1/CommonCrypto-60061/lib/
H A DCommonRSACryptor.c180 __Require_Action((privateCryptor = ccMallocRSACryptor(keysize, ccRSAKeyPrivate)) != NULL, errOut, retval = kCCMemoryFailure);
182 // __Require_Action((ccrsa_generate_key(keysize, privateCryptor->rsaKey.full, sizeof(e), &e, theRng) == 0), errOut, retval = kCCDecodeError);
183 __Require_Action((ccrsa_generate_931_key(keysize, privateCryptor->fk, eSize, eBytes, theRng1, theRng2) == 0), errOut, retval = kCCDecodeError);
187 __Require_Action((publicCryptor = CCRSACryptorGetPublicKeyFromPrivateKey(privateCryptor)) != NULL, errOut, retval = kCCMemoryFailure);
192 __Require_Action(ccRSApairwiseConsistencyCheck(*privateKey, *publicKey) == true, errOut, retval = kCCDecodeError);
196 errOut:
256 __Require_Action((cryptor = ccMallocRSACryptor(kCCMaximumRSAKeyBits, keyToMake)) != NULL, errOut, retval = kCCMemoryFailure);
280 errOut:
347 goto errOut;
351 errOut
527 __Require_Action(ccn_read_uint(n, m, modulusLength, modulus) == 0, errOut, retval = kCCParamError); local
532 __Require_Action(ccn_read_uint(n, ccrsa_ctx_m(rsaKey->fk), modulusLength, modulus) == 0, errOut, retval = kCCParamError); local
533 __Require_Action(ccn_read_uint(n, ccrsa_ctx_e(rsaKey->fk), exponentLength, exponent) == 0, errOut, retval = kCCParamError); local
549 __Require_Action(ccn_read_uint(psize, CCZP_PRIME(ccrsa_ctx_private_zp(privk)), pLength, p) == 0, errOut, retval = kCCParamError); local
551 __Require_Action(ccn_read_uint(qsize, CCZP_PRIME(ccrsa_ctx_private_zq(privk)), qLength, q) == 0, errOut, retval = kCCParamError); local
[all...]
H A DCommonRandom.c122 if((DRBG_INFO(drbg) = CC_XMALLOC(sizeof(struct ccdrbg_info))) == NULL) goto errOut;
124 if((DRBG_DRBG_STATE(drbg) = CC_XMALLOC(DRBG_INFO(drbg)->size)) == NULL) goto errOut;
125 if((DRBG_RNG_STATE(drbg) = CC_XMALLOC(sizeof(struct ccrng_CommonCrypto_state))) == NULL) goto errOut;
131 goto errOut;
135 errOut:
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuOidParser.cpp71 goto errOut;
77 goto errOut;
81 goto errOut;
95 errOut:
183 /* subsequent errors to errOut: */
202 goto errOut;
216 goto errOut;
255 errOut:
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecExport.cpp130 /* subsequent errors to errOut: */
147 goto errOut;
151 goto errOut;
193 goto errOut;
203 goto errOut;
238 goto errOut;
250 goto errOut;
281 errOut:
H A DSecImportExportCrypto.cpp118 goto errOut;
124 goto errOut;
131 goto errOut;
150 goto errOut;
153 errOut:
378 goto errOut;
388 goto errOut;
473 goto errOut;
488 goto errOut;
506 goto errOut;
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuOidParser.cpp71 goto errOut;
77 goto errOut;
81 goto errOut;
95 errOut:
183 /* subsequent errors to errOut: */
202 goto errOut;
216 goto errOut;
255 errOut:
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecExport.cpp130 /* subsequent errors to errOut: */
147 goto errOut;
151 goto errOut;
193 goto errOut;
203 goto errOut;
238 goto errOut;
250 goto errOut;
281 errOut:
H A DSecImportExportCrypto.cpp118 goto errOut;
124 goto errOut;
131 goto errOut;
150 goto errOut;
153 errOut:
378 goto errOut;
388 goto errOut;
473 goto errOut;
488 goto errOut;
506 goto errOut;
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecExport.cpp130 /* subsequent errors to errOut: */
147 goto errOut;
151 goto errOut;
193 goto errOut;
203 goto errOut;
238 goto errOut;
250 goto errOut;
281 errOut:
H A DSecImportExportCrypto.cpp118 goto errOut;
124 goto errOut;
131 goto errOut;
150 goto errOut;
153 errOut:
378 goto errOut;
388 goto errOut;
473 goto errOut;
488 goto errOut;
506 goto errOut;
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslAppUtils.cpp375 require(keyQuery = CFDictionaryCreateMutable(NULL, 0, NULL, NULL), errOut);
381 errOut); local
383 errOut);
385 errOut);
389 require(certQuery = CFDictionaryCreateMutable(NULL, 0, NULL, NULL), errOut);
393 require_noerr(SecItemCopyMatching(certQuery, (CFTypeRef *)&cert), errOut); local
396 require(identity = SecIdentityCreate(NULL, cert, key), errOut);
400 &kCFTypeArrayCallBacks), errOut);
403 errOut); local
405 require_noerr(SecTrustEvaluate(trust, &tresult), errOut); local
443 require_noerr(SecItemCopyMatching(query, (CFTypeRef *)&identity), errOut); local
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/makeCrl/
H A DmakeCrl.cpp132 goto errOut;
141 goto errOut;
166 goto errOut;
174 goto errOut;
181 goto errOut;
190 goto errOut;
197 errOut:
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/sshKey/
H A DsshKey.cpp520 /* subsequent errors to errOut: */
539 goto errOut;
545 goto errOut;
575 errOut:
748 goto errOut;
756 errOut:
792 goto errOut;
797 goto errOut;
808 errOut:
904 /* subsequent errors to errOut
[all...]
/macosx-10.10.1/CommonCrypto-60061/libcn/
H A DCommonBuffering.c16 __Require_Quiet(NULL != retval, errOut);
20 __Require_Quiet(NULL != retval->buf, errOut);
23 errOut:
/macosx-10.10.1/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12Crypto.cpp163 /* subsequent errors to errOut: */
177 goto errOut;
205 errOut:
254 /* subsequent errors to errOut: */
268 goto errOut;
296 errOut:
347 /* subsequent errors to errOut: */
354 goto errOut;
361 errOut:
428 /* subsequent errors to errOut
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12Crypto.cpp163 /* subsequent errors to errOut: */
177 goto errOut;
205 errOut:
254 /* subsequent errors to errOut: */
268 goto errOut;
296 errOut:
347 /* subsequent errors to errOut: */
354 goto errOut;
361 errOut:
428 /* subsequent errors to errOut
[all...]
/macosx-10.10.1/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DCommonBuffering.c16 __Require_Quiet(NULL != retval, errOut);
20 __Require_Quiet(NULL != retval->buf, errOut);
23 errOut:
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/ocspTool/
H A DocspNetwork.cpp111 /* subsequent errors to errOut: */
132 goto errOut;
144 goto errOut;
151 goto errOut;
179 errOut:
/macosx-10.10.1/Security-57031.1.35/sslViewer/
H A DsslAppUtils.cpp386 require(keyQuery = CFDictionaryCreateMutable(NULL, 0, NULL, NULL), errOut);
392 errOut); local
394 errOut);
396 errOut);
400 require(certQuery = CFDictionaryCreateMutable(NULL, 0, NULL, NULL), errOut);
404 require_noerr(SecItemCopyMatching(certQuery, (CFTypeRef *)&cert), errOut); local
407 require(identity = SecIdentityCreate(NULL, cert, key), errOut);
411 &kCFTypeArrayCallBacks), errOut);
414 errOut); local
416 require_noerr(SecTrustEvaluate(trust, &tresult), errOut); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslBER.c272 /* subsequent errors to errOut: */
279 goto errOut;
285 goto errOut;
291 goto errOut;
317 errOut:
354 /* subsequent errors to errOut: */
361 goto errOut;
366 errOut:
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslBER.c272 /* subsequent errors to errOut: */
279 goto errOut;
285 goto errOut;
291 goto errOut;
317 errOut:
354 /* subsequent errors to errOut: */
361 goto errOut;
366 errOut:
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslBER.c272 /* subsequent errors to errOut: */
279 goto errOut;
285 goto errOut;
291 goto errOut;
317 errOut:
354 /* subsequent errors to errOut: */
361 goto errOut;
366 errOut:
/macosx-10.10.1/Security-57031.1.35/ntlm/
H A DNtlmGenerator.c260 goto errOut;
269 goto errOut;
307 goto errOut;
317 errOut:
465 /* subsequent errors to errOut: */
475 goto errOut;
484 goto errOut;
506 goto errOut;
547 goto errOut;
559 // goto errOut;
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecOCSPCache.c119 require(this = (SecOCSPCacheRef)malloc(sizeof(struct __SecOCSPCache)), errOut);
120 require(this->db = SecOCSPCacheDbCreate(db_name), errOut);
124 errOut:
263 require(publicKey = SecCertificateGetPublicKeyData(request->issuer), errOut);
264 require(issuer = SecCertificateCopyIssuerSequence(request->certificate), errOut);
265 require(serial = SecCertificateCopySerialNumber(request->certificate), errOut);
318 errOut:
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certSerialEncodeTest/
H A DcertSerialEncodeTest.cpp170 goto errOut;
181 goto errOut;
186 goto errOut;
204 goto errOut;
214 goto errOut;
221 goto errOut;
242 errOut:

Completed in 541 milliseconds

1234567