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

  /external/boringssl/src/crypto/x509/
x509_att.c 281 ASN1_TYPE *ttmp; local
306 if(!(ttmp = ASN1_TYPE_new())) goto err;
309 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
313 ASN1_TYPE_set(ttmp, atype, stmp);
314 if(!sk_ASN1_TYPE_push(attr->value.set, ttmp)) goto err;
337 ASN1_TYPE *ttmp; local
338 ttmp = X509_ATTRIBUTE_get0_type(attr, idx);
339 if(!ttmp) return NULL;
340 if(atrtype != ASN1_TYPE_get(ttmp)){
344 return ttmp->value.ptr
    [all...]
  /external/boringssl/src/crypto/asn1/
a_strnid.c 197 ASN1_STRING_TABLE *ttmp; local
201 ttmp = bsearch(&fnd, tbl_standard, sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE), sizeof(ASN1_STRING_TABLE), table_cmp);
202 if(ttmp) return ttmp;

Completed in 282 milliseconds