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

  /external/openssl/crypto/x509/
x509_att.c 287 ASN1_TYPE *ttmp; local
312 if(!(ttmp = ASN1_TYPE_new())) goto err;
315 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
319 ASN1_TYPE_set(ttmp, atype, stmp);
320 if(!sk_ASN1_TYPE_push(attr->value.set, ttmp)) goto err;
343 ASN1_TYPE *ttmp; local
344 ttmp = X509_ATTRIBUTE_get0_type(attr, idx);
345 if(!ttmp) return NULL;
346 if(atrtype != ASN1_TYPE_get(ttmp)){
350 return ttmp->value.ptr
    [all...]
  /external/openssl/crypto/asn1/
a_strnid.c 200 ASN1_STRING_TABLE *ttmp; local
203 ttmp = OBJ_bsearch_table(&fnd, tbl_standard,
205 if(ttmp) return ttmp;

Completed in 25 milliseconds