HomeSort by relevance Sort by last modified time
    Searched defs:etmp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/x509/
asn1_gen.c 142 tag_exp_type *etmp; local
221 for(i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1; i < asn1_tags.exp_count; i++, etmp--)
224 len += etmp->exp_pad;
225 etmp->exp_len = len;
227 len = ASN1_object_size(0, len, etmp->exp_tag);
242 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count; i++, etmp++)
244 ASN1_put_object(&p, etmp->exp_constructed, etmp->exp_len
    [all...]
  /external/openssl/crypto/asn1/
asn1_gen.c 139 tag_exp_type *etmp; local
218 for(i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1; i < asn1_tags.exp_count; i++, etmp--)
221 len += etmp->exp_pad;
222 etmp->exp_len = len;
224 len = ASN1_object_size(0, len, etmp->exp_tag);
239 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count; i++, etmp++)
241 ASN1_put_object(&p, etmp->exp_constructed, etmp->exp_len
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 423 BIO *out=NULL,*btmp=NULL,*etmp=NULL,*bio=NULL; local
518 if ((etmp=BIO_new(BIO_f_cipher())) == NULL)
574 BIO_get_cipher_ctx(etmp,&evp_ctx);
627 out=etmp;
629 BIO_push(out,etmp);
630 etmp=NULL;
678 if (etmp != NULL) BIO_free_all(etmp);
  /external/libsepol/src/
policydb.c 1132 constraint_expr_t *e, *etmp; local
1146 etmp = e;
1148 constraint_expr_destroy(etmp);
1159 etmp = e;
1161 constraint_expr_destroy(etmp);
    [all...]

Completed in 150 milliseconds