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

  /external/openssl/crypto/x509/
x509_att.c 288 ASN1_STRING *stmp = NULL; local
292 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
294 if(!stmp) {
298 atype = stmp->type;
300 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
301 if(!ASN1_STRING_set(stmp, data, len)) goto err;
319 ASN1_TYPE_set(ttmp, atype, stmp);
by_dir.c 291 X509_OBJECT stmp,*tmp; local
296 stmp.type=type;
301 stmp.data.x509= &data.x509.st_x509;
308 stmp.data.crl= &data.crl.st_crl;
424 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
x509_lu.c 294 X509_OBJECT stmp,*tmp; local
306 j=X509_LOOKUP_by_subject(lu,type,name,&stmp);
314 tmp= &stmp;
429 X509_OBJECT stmp; local
436 stmp.type=type;
440 stmp.data.x509= &x509_s;
445 stmp.data.crl= &crl_s;
454 idx = sk_X509_OBJECT_find(h,&stmp);
460 pstmp = &stmp;
  /external/openssl/crypto/asn1/
tasn_dec.c 923 ASN1_STRING *stmp; local
1031 stmp = ASN1_STRING_type_new(utype);
1032 if (!stmp)
1038 *pval = (ASN1_VALUE *)stmp;
1042 stmp = (ASN1_STRING *)*pval;
1043 stmp->type = utype;
1048 if (stmp->data)
1049 OPENSSL_free(stmp->data);
1050 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
1051 stmp->length = len
    [all...]
a_strex.c 561 ASN1_STRING stmp, *str = &stmp; local
569 stmp.data = NULL;
572 *out = stmp.data;
573 return stmp.length;
  /external/webrtc/src/modules/audio_processing/aec/main/source/
echo_cancellation.c 621 short stmp; local
681 stmp = metrics->erl.average + metrics->erle.average;
684 stmp = offsetLevel;
686 metrics->rerl.average = stmp;
689 metrics->rerl.instant = stmp;
690 metrics->rerl.max = stmp;
691 metrics->rerl.min = stmp;
  /external/openssl/apps/
s_client.c 1003 BIO *stmp = BIO_new_file(sess_in, "r"); local
1004 if (!stmp)
1011 sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL);
1012 BIO_free(stmp);
1316 BIO *stmp = BIO_new_file(sess_out, "w"); local
    [all...]
apps.c 2416 char *stmp, *vtmp = NULL; local
    [all...]

Completed in 247 milliseconds