Searched refs:stmp (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_att.c282 ASN1_STRING *stmp = NULL; local
286 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
288 if(!stmp) {
292 atype = stmp->type;
294 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
295 if(!ASN1_STRING_set(stmp, data, len)) goto err;
313 ASN1_TYPE_set(ttmp, atype, stmp);
H A Dby_dir.c283 X509_OBJECT stmp,*tmp; local
288 stmp.type=type;
293 stmp.data.x509= &data.x509.st_x509;
300 stmp.data.crl= &data.crl.st_crl;
420 if (sk_X509_OBJECT_find(xl->store_ctx->objs, &idx, &stmp)) {
H A Dx509_lu.c305 X509_OBJECT stmp,*tmp; local
317 j=X509_LOOKUP_by_subject(lu,type,name,&stmp);
325 tmp= &stmp;
440 X509_OBJECT stmp; local
447 stmp.type=type;
451 stmp.data.x509= &x509_s;
456 stmp.data.crl= &crl_s;
466 if (sk_X509_OBJECT_find(h, &idx, &stmp) && pnmatch)
471 pstmp = &stmp;
H A Da_strex.c547 ASN1_STRING stmp, *str = &stmp; local
555 stmp.data = NULL;
556 stmp.length = 0;
559 *out = stmp.data;
560 return stmp.length;
/external/openssl/crypto/x509/
H A Dx509_att.c288 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);
H A Dby_dir.c289 X509_OBJECT stmp,*tmp; local
294 stmp.type=type;
299 stmp.data.x509= &data.x509.st_x509;
306 stmp.data.crl= &data.crl.st_crl;
422 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
H A Dx509_lu.c294 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/
H A Da_strex.c561 ASN1_STRING stmp, *str = &stmp; local
569 stmp.data = NULL;
570 stmp.length = 0;
571 stmp.flags = 0;
574 *out = stmp.data;
575 return stmp.length;
H A Dtasn_dec.c923 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
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_dec.c888 ASN1_STRING *stmp; local
992 stmp = ASN1_STRING_type_new(utype);
993 if (!stmp)
998 *pval = (ASN1_VALUE *)stmp;
1002 stmp = (ASN1_STRING *)*pval;
1003 stmp->type = utype;
1008 if (stmp->data)
1009 OPENSSL_free(stmp->data);
1010 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
1011 stmp
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Decho_cancellation.c474 int stmp; local
535 stmp = metrics->erl.average + metrics->erle.average;
537 stmp = kOffsetLevel;
539 metrics->rerl.average = stmp;
542 metrics->rerl.instant = stmp;
543 metrics->rerl.max = stmp;
544 metrics->rerl.min = stmp;
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c461 ASN1_STRING *stmp = NULL; local
469 !ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp)) {
476 X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp);
477 stmp = NULL;
480 if (stmp)
481 ASN1_STRING_free(stmp);
/external/webrtc/src/modules/audio_processing/aec/
H A Decho_cancellation.c706 short stmp; local
766 stmp = metrics->erl.average + metrics->erle.average;
769 stmp = offsetLevel;
771 metrics->rerl.average = stmp;
774 metrics->rerl.instant = stmp;
775 metrics->rerl.max = stmp;
776 metrics->rerl.min = stmp;
/external/openssl/crypto/rsa/
H A Drsa_ameth.c618 ASN1_STRING *stmp = NULL; local
623 &stmp))
630 V_ASN1_SEQUENCE, stmp);
/external/openssl/apps/
H A Ds_client.c1264 BIO *stmp = BIO_new_file(sess_in, "r"); local
1265 if (!stmp)
1272 sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL);
1273 BIO_free(stmp);
1582 BIO *stmp = BIO_new_file(sess_out, "w"); local
1583 if (stmp)
1585 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con));
1586 BIO_free(stmp);
H A Dapps.c2450 char *stmp, *vtmp = NULL; local
2451 stmp = BUF_strdup(value);
2452 if (!stmp)
2454 vtmp = strchr(stmp, ':');
2460 rv = EVP_PKEY_CTX_ctrl_str(ctx, stmp, vtmp);
2461 OPENSSL_free(stmp);

Completed in 265 milliseconds