Searched refs:err (Results 226 - 250 of 2032) sorted by relevance

1234567891011>>

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Ddecode.c42 int len, err; local
76 err = WebRtcIsac_DecodeFrameLen(&ISACdecLB_obj->bitstr_obj,
78 if (err < 0) {
79 return err;
87 err = WebRtcIsac_DecodeSendBW(&ISACdecLB_obj->bitstr_obj, &bandwidthInd);
88 if (err < 0) {
89 return err;
96 err = WebRtcIsac_DecodePitchGain(&ISACdecLB_obj->bitstr_obj,
98 if (err < 0) {
99 return err;
186 int len, err; local
250 int len, err; local
[all...]
/external/e2fsprogs/e2fsck/
H A Drecovery.c71 int err; local
89 err = journal_bmap(journal, next, &blocknr);
91 if (err) {
99 err = -ENOMEM;
116 err = 0;
121 return err;
134 int err; local
145 err = journal_bmap(journal, offset, &blocknr);
147 if (err) {
150 return err;
227 int err; local
284 int err; local
328 int i, num_blks, err; local
358 int err, success = 0; local
732 int err; local
[all...]
/external/dropbear/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_pss_decode.c39 int err; local
49 if ((err = hash_is_valid(hash_idx)) != CRYPT_OK) {
50 return err;
85 err = CRYPT_INVALID_PACKET;
100 err = CRYPT_INVALID_PACKET;
105 if ((err = pkcs_1_mgf1(hash_idx, hash, hLen, mask, modulus_len - hLen - 1)) != CRYPT_OK) {
122 err = CRYPT_INVALID_PACKET;
129 err = CRYPT_INVALID_PACKET;
134 if ((err = hash_descriptor[hash_idx].init(&md)) != CRYPT_OK) {
138 if ((err
[all...]
H A Dpkcs_1_pss_encode.c41 int err; local
49 if ((err = hash_is_valid(hash_idx)) != CRYPT_OK) {
50 return err;
52 if ((err = prng_is_valid(prng_idx)) != CRYPT_OK) {
53 return err;
89 err = CRYPT_ERROR_READPRNG;
95 if ((err = hash_descriptor[hash_idx].init(&md)) != CRYPT_OK) {
99 if ((err = hash_descriptor[hash_idx].process(&md, DB, 8)) != CRYPT_OK) {
102 if ((err = hash_descriptor[hash_idx].process(&md, msghash, msghashlen)) != CRYPT_OK) {
105 if ((err
[all...]
/external/openssl/crypto/asn1/
H A Da_verify.c91 goto err;
99 goto err;
109 goto err;
120 goto err;
126 err:
155 goto err;
162 goto err;
171 goto err;
181 goto err;
188 goto err;
[all...]
/external/openssl/crypto/pkcs7/
H A Ddec.c64 #include <openssl/err.h>
110 goto err;
117 if (!BIO_read_filename(data,argv[0])) goto err;
121 goto err;
124 if ((in=BIO_new_file(keyfile,"r")) == NULL) goto err;
125 if ((x509=PEM_read_bio_X509(in,NULL,NULL,NULL)) == NULL) goto err;
128 goto err;
136 if ((p7=PEM_read_bio_PKCS7(data,NULL,NULL,NULL)) == NULL) goto err;
157 goto err;
185 goto err;
204 int err,depth; local
[all...]
H A Dpk7_doit.c65 #include <openssl/err.h>
112 goto err;
119 goto err;
128 goto err;
134 err:
160 goto err;
166 goto err;
170 goto err;
177 goto err;
181 goto err;
[all...]
/external/zlib/src/contrib/minizip/
H A Dzip.c352 int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,&c,1); local
353 if (err==1)
377 int err; local
379 err = zip64local_getByte(pzlib_filefunc_def,filestream,&i);
382 if (err==ZIP_OK)
383 err = zip64local_getByte(pzlib_filefunc_def,filestream,&i);
386 if (err==ZIP_OK)
390 return err;
399 int err; local
401 err
430 int err; local
642 int err=ZIP_OK; local
853 int err=ZIP_OK; local
961 int err; local
1067 int err = ZIP_OK; local
1365 int err=ZIP_OK; local
1405 int err=ZIP_OK; local
1520 int err=ZIP_OK; local
1757 int err = ZIP_OK; local
1779 int err = ZIP_OK; local
1818 int err = ZIP_OK; local
1866 int err = ZIP_OK; local
1885 int err = 0; local
[all...]
H A Dminiunz.c239 int err; local
241 err = unzGetGlobalInfo64(uf,&gi);
242 if (err!=UNZ_OK)
243 printf("error %d with zipfile in unzGetGlobalInfo \n",err);
253 err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
254 if (err!=UNZ_OK)
256 printf("error %d with zipfile in unzGetCurrentFileInfo\n",err);
299 err = unzGoToNextFile(uf);
300 if (err!=UNZ_OK)
302 printf("error %d with zipfile in unzGoToNextFile\n",err);
321 int err=UNZ_OK; local
483 int err; local
518 int err = UNZ_OK; local
[all...]
/external/openssl/crypto/rsa/
H A Drsa_pss.c97 goto err;
109 goto err;
117 goto err;
127 goto err;
132 goto err;
140 goto err;
143 goto err;
152 goto err;
157 goto err;
162 goto err;
[all...]
H A Drsa_ameth.c208 goto err;
215 goto err;
220 <= 0) goto err;
227 <= 0) goto err;
231 if (!ASN1_bn_print(bp,str,x->n,m,off)) goto err;
233 goto err;
237 goto err;
239 goto err;
241 goto err;
243 goto err;
[all...]
/external/openssl/crypto/ecdh/
H A Decdhtest.c83 #include <openssl/err.h>
137 goto err;
141 if ((x_a=BN_new()) == NULL) goto err;
142 if ((y_a=BN_new()) == NULL) goto err;
143 if ((x_b=BN_new()) == NULL) goto err;
144 if ((y_b=BN_new()) == NULL) goto err;
154 if (!EC_KEY_generate_key(a)) goto err;
159 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
165 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
181 if (!EC_KEY_generate_key(b)) goto err;
[all...]
/external/linux-tools-perf/util/
H A Dutil.c7 int err; local
20 err = stat(path, &st) && mkdir(path, mode);
22 if (err)
32 int err = 0; local
47 err = 0;
54 return err;
62 int err = -1; local
83 err = 0;
88 if (err)
93 return err;
[all...]
/external/openssl/crypto/rand/
H A Drand_egd.c182 goto err; /* failure */
211 goto err; /* failure */
220 goto err; /* descriptor closed */
237 goto err; /* failure */
242 goto err;
252 goto err; /* descriptor closed */
269 goto err; /* failure */
278 err:
289 if (num < 1) goto err;
292 err
[all...]
/external/openssl/crypto/ec/
H A Deck_prn.c166 goto err;
173 goto err;
182 goto err;
186 goto err;
189 goto err;
191 goto err;
208 goto err;
216 goto err;
225 goto err;
232 goto err;
[all...]
H A Dec_mult.c66 #include <openssl/err.h>
208 goto err;
218 goto err;
232 goto err;
242 goto err;
280 goto err;
291 goto err;
303 goto err;
310 goto err;
315 err
[all...]
H A Decp_nist.c66 #include <openssl/err.h>
140 if ((tmp_bn = BN_CTX_get(ctx)) == NULL) goto err;
155 goto err;
160 err:
177 goto err;
180 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
182 if (!BN_mul(r, a, b, ctx)) goto err;
184 goto err;
187 err:
203 goto err;
[all...]
/external/openssl/crypto/pem/
H A Dpem_info.c109 goto err;
115 if ((xi=X509_INFO_new()) == NULL) goto err;
129 goto err;
138 if (!sk_X509_INFO_push(ret,xi)) goto err;
139 if ((xi=X509_INFO_new()) == NULL) goto err;
149 if (!sk_X509_INFO_push(ret,xi)) goto err;
150 if ((xi=X509_INFO_new()) == NULL) goto err;
160 if (!sk_X509_INFO_push(ret,xi)) goto err;
161 if ((xi=X509_INFO_new()) == NULL) goto err;
172 if (!sk_X509_INFO_push(ret,xi)) goto err;
[all...]
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.c375 int i, err, j;//, b, bAux; local
485 err = 0;
490 err++;
491 if (err)
496 err = 0;
501 err++;
502 if (err)
507 err = 0;
512 err++;
513 if (err)
1681 int i, err, j;//, b, bAux; local
2231 int i, err, j, b, bAux; local
3409 int i, err, /*j,*/ b;//, bAux; local
5719 int i, err, j;//, b, bAux; local
6422 int i, err, /*j,*/ b, bAux; local
[all...]
/external/openssl/crypto/hmac/
H A Dhmac.c108 goto err;
110 goto err;
113 goto err;
131 goto err;
133 goto err;
138 goto err;
140 goto err;
143 goto err;
145 err:
175 goto err;
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DDFA.java66 System.err.println("Enter DFA.predict for decision "+decisionNumber);
72 if ( debug ) System.err.println("DFA "+decisionNumber+" state "+s+" LA(1)="+(char)input.LA(1)+"("+input.LA(1)+
77 System.err.println("DFA "+decisionNumber+
82 System.err.println("DFA "+decisionNumber+
93 if ( debug ) System.err.println("accept; predict "+accept[s]+" from state "+s);
106 if ( debug ) System.err.println("EOT transition");
124 if ( debug ) System.err.println("EOT transition");
130 if ( debug ) System.err.println("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]);
135 System.err.println("min["+s+"]="+min[s]);
136 System.err
[all...]
/external/chromium/crypto/
H A Dsymmetric_key_mac.cc36 CSSM_RETURN err; local
38 err = CSSM_CSP_CreateRandomGenContext(crypto::GetSharedCSPHandle(),
42 if (err) {
43 crypto::LogCSSMError("CSSM_CSP_CreateRandomGenContext", err);
47 err = CSSM_GenerateRandom(ctx, &random_data);
48 if (err) {
49 crypto::LogCSSMError("CSSM_GenerateRandom", err);
95 CSSM_RETURN err; local
97 err = CSSM_CSP_CreateDeriveKeyContext(GetSharedCSPHandle(),
106 if (err) {
[all...]
/external/libsepol/src/
H A Dbooleans.c34 goto err;
38 goto err;
48 err:
66 goto err;
69 goto err;
76 err:
92 goto err;
96 goto err;
101 err:
164 goto err;
[all...]
/external/dropbear/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c674 unsigned x, y, err, bitlen, lut_gap; local
681 err = CRYPT_INVALID_ARG;
694 if ((err = mp_init_copy(&fp_cache[idx].mu, mu)) != CRYPT_OK) {
711 if ((err = ltc_mp.ecc_ptdbl(fp_cache[idx].LUT[1<<x], fp_cache[idx].LUT[1<<x], modulus, mp)) != CRYPT_OK) {
723 if ((err = ltc_mp.ecc_ptadd(fp_cache[idx].LUT[lut_orders[y].terma], fp_cache[idx].LUT[lut_orders[y].termb],
731 if ((err = mp_init(&tmp)) != CRYPT_OK) { goto ERR; }
734 if ((err = mp_montgomery_reduce(fp_cache[idx].LUT[x]->z, modulus, mp)) != CRYPT_OK) { goto ERR; }
737 if ((err = mp_invmod(fp_cache[idx].LUT[x]->z, modulus, fp_cache[idx].LUT[x]->z)) != CRYPT_OK) { goto ERR; }
740 if ((err = mp_sqrmod(fp_cache[idx].LUT[x]->z, modulus, tmp)) != CRYPT_OK) { goto ERR; }
743 if ((err
783 unsigned y, z, err, bitlen, bitpos, lut_gap, first; local
908 unsigned y, z, err, bitlen, bitpos, lut_gap, first, zA, zB; local
1114 int idx1, idx2, err; local
1224 int idx, err; local
[all...]
/external/dropbear/libtomcrypt/src/encauth/gcm/
H A Dgcm_init.c31 int err; local
47 if ((err = cipher_is_valid(cipher)) != CRYPT_OK) {
48 return err;
55 if ((err = cipher_descriptor[cipher].setup(key, keylen, 0, &gcm->K)) != CRYPT_OK) {
56 return err;
61 if ((err = cipher_descriptor[cipher].ecb_encrypt(B, gcm->H, &gcm->K)) != CRYPT_OK) {
62 return err;

Completed in 1097 milliseconds

1234567891011>>