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

  /external/boringssl/src/crypto/asn1/
tasn_fre.c 83 ASN1_aux_cb *asn1_cb; local
89 if (aux && aux->asn1_cb)
90 asn1_cb = aux->asn1_cb;
92 asn1_cb = 0;
109 if (asn1_cb)
111 i = asn1_cb(ASN1_OP_FREE_PRE, pval, it, NULL);
123 if (asn1_cb)
124 asn1_cb(ASN1_OP_FREE_POST, pval, it, NULL);
148 if (asn1_cb)
    [all...]
tasn_new.c 95 ASN1_aux_cb *asn1_cb; local
98 if (aux && aux->asn1_cb)
99 asn1_cb = aux->asn1_cb;
101 asn1_cb = 0;
145 if (asn1_cb)
147 i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL);
167 if (asn1_cb && !asn1_cb(ASN1_OP_NEW_POST, pval, it, NULL))
173 if (asn1_cb)
    [all...]
tasn_prn.c 199 ASN1_aux_cb *asn1_cb; local
202 if (aux && aux->asn1_cb)
207 asn1_cb = aux->asn1_cb;
209 else asn1_cb = 0;
299 if (asn1_cb)
301 i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg);
326 if (asn1_cb)
328 i = asn1_cb(ASN1_OP_PRINT_POST, fld, it, &parg);
bio_ndef.c 113 if (!aux || !aux->asn1_cb)
139 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0)
235 if (aux->asn1_cb(ASN1_OP_STREAM_POST,
tasn_enc.c 137 ASN1_aux_cb *asn1_cb = 0; local
142 if (aux && aux->asn1_cb)
143 asn1_cb = aux->asn1_cb;
159 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL))
172 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_POST, pval, it, NULL))
217 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL)
    [all...]
tasn_dec.c 163 ASN1_aux_cb *asn1_cb; local
176 if (aux && aux->asn1_cb)
177 asn1_cb = aux->asn1_cb;
178 else asn1_cb = 0;
307 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL))
363 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_POST, pval, it, NULL))
408 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL)
    [all...]
  /external/boringssl/src/crypto/x509/
asn1_gen.c 127 static int asn1_cb(const char *elem, int len, void *bitstr);
167 if (CONF_parse_list(str, ',', 1, asn1_cb, &asn1_tags) != 0)
288 static int asn1_cb(const char *elem, int len, void *bitstr) function
  /external/boringssl/src/include/openssl/
asn1t.h 672 ASN1_aux_cb *asn1_cb; member in struct:ASN1_AUX_st
702 /* operation values for asn1_cb */

Completed in 479 milliseconds