HomeSort by relevance Sort by last modified time
    Searched refs:itmp (Results 1 - 10 of 10) sorted by null

  /external/openssl/crypto/evp/
p5_crpt2.c 84 unsigned char digtmp[EVP_MAX_MD_SIZE], *p, itmp[4]; local
109 itmp[0] = (unsigned char)((i >> 24) & 0xff);
110 itmp[1] = (unsigned char)((i >> 16) & 0xff);
111 itmp[2] = (unsigned char)((i >> 8) & 0xff);
112 itmp[3] = (unsigned char)(i & 0xff);
115 HMAC_Update(&hctx, itmp, 4);
  /external/openssl/crypto/x509/
by_file.c 267 X509_INFO *itmp; local
284 itmp = sk_X509_INFO_value(inf, i);
285 if(itmp->x509) {
286 X509_STORE_add_cert(ctx->store_ctx, itmp->x509);
289 if(itmp->crl) {
290 X509_STORE_add_crl(ctx->store_ctx, itmp->crl);
  /external/svox/pico/lib/
picoacph.c 212 picoos_uint16 itmp; local
213 for (itmp = 0; itmp < 256; itmp++) {
214 if (picoktab_hasVowelProp(acph->tabphones, itmp)) {
215 PICODBG_DEBUG(("tabphones hasVowel: %d", itmp));
217 if (picoktab_hasDiphthProp(acph->tabphones, itmp)) {
218 PICODBG_DEBUG(("tabphones hasDiphth: %d", itmp));
220 if (picoktab_hasGlottProp(acph->tabphones, itmp)) {
221 PICODBG_DEBUG(("tabphones hasGlott: %d", itmp));
    [all...]
picosa.c 335 picoos_uint16 itmp; local
336 for (itmp = 0; itmp < 256; itmp++) {
337 if (picoktab_hasVowelProp(sa->tabphones, itmp)) {
338 PICODBG_DEBUG(("tabphones hasVowel: %d", itmp));
340 if (picoktab_hasDiphthProp(sa->tabphones, itmp)) {
341 PICODBG_DEBUG(("tabphones hasDiphth: %d", itmp));
343 if (picoktab_hasGlottProp(sa->tabphones, itmp)) {
344 PICODBG_DEBUG(("tabphones hasGlott: %d", itmp));
    [all...]
  /external/grub/stage2/
gunzip.c 180 register int itmp; local
183 itmp = filepos;
185 gzip_filepos = itmp;
188 itmp = filemax;
190 gzip_filemax = itmp;
193 itmp = fsmax;
195 gzip_fsmax = itmp;
    [all...]
  /external/speex/libspeex/
cb_search.c 272 VARDECL(int *itmp);
338 ALLOC(itmp, 2*N*nb_subvect, int);
341 nind[i]=itmp+2*i*nb_subvect;
342 oind[i]=itmp+(2*i+1)*nb_subvect;
  /external/openssl/apps/
ocsp.c 1162 char *itmp, *row[DB_NUMBER],**rrow; local
1167 itmp = BUF_strdup("00");
1169 itmp = BN_bn2hex(bn);
1170 row[DB_serial] = itmp;
1173 OPENSSL_free(itmp);
    [all...]
  /external/openssl/crypto/x509v3/
v3_utl.c 236 ASN1_INTEGER *itmp; local
237 if(!(itmp = s2i_ASN1_INTEGER(NULL, value->value))) {
241 *aint = itmp;
  /external/openssl/ssl/
t1_lib.c 452 long extlen, idlen, itmp; local
459 itmp = i2d_OCSP_RESPID(id, NULL);
460 if (itmp <= 0)
462 idlen += itmp + 2;
488 itmp = i2d_OCSP_RESPID(id, &ret);
490 s2n(itmp, q);
    [all...]
  /external/openssl/crypto/bn/
bn_mul.c 1119 int itmp; local
1122 itmp=na; na=nb; nb=itmp;

Completed in 1161 milliseconds