HomeSort by relevance Sort by last modified time
    Searched refs:stmp (Results 1 - 7 of 7) 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 924 ASN1_STRING *stmp; local
1032 stmp = ASN1_STRING_type_new(utype);
1033 if (!stmp)
1039 *pval = (ASN1_VALUE *)stmp;
1043 stmp = (ASN1_STRING *)*pval;
1044 stmp->type = utype;
1049 if (stmp->data)
1050 OPENSSL_free(stmp->data);
1051 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
1052 stmp->length = len
    [all...]
a_strex.c 554 ASN1_STRING stmp, *str = &stmp; local
562 stmp.data = NULL;
565 *out = stmp.data;
566 return stmp.length;
  /external/openssl/apps/
s_client.c 936 BIO *stmp = BIO_new_file(sess_in, "r"); local
937 if (!stmp)
944 sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL);
945 BIO_free(stmp);
1249 BIO *stmp = BIO_new_file(sess_out, "w"); local
    [all...]
apps.c 2409 char *stmp, *vtmp = NULL; local
    [all...]

Completed in 848 milliseconds