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

  /external/openssl/crypto/asn1/
tasn_fre.c 85 ASN1_aux_cb *asn1_cb; local
91 if (aux && aux->asn1_cb)
92 asn1_cb = aux->asn1_cb;
94 asn1_cb = 0;
111 if (asn1_cb)
113 i = asn1_cb(ASN1_OP_FREE_PRE, pval, it, NULL);
125 if (asn1_cb)
126 asn1_cb(ASN1_OP_FREE_POST, pval, it, NULL);
150 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;
147 if (asn1_cb)
149 i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL);
169 if (asn1_cb && !asn1_cb(ASN1_OP_NEW_POST, pval, it, NULL))
175 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;
298 if (asn1_cb)
300 i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg);
323 if (asn1_cb)
325 i = asn1_cb(ASN1_OP_PRINT_POST, fld, it, &parg);
bio_ndef.c 111 if (!aux || !aux->asn1_cb)
137 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0)
230 if (aux->asn1_cb(ASN1_OP_STREAM_POST,
tasn_enc.c 139 ASN1_aux_cb *asn1_cb = 0; local
144 if (aux && aux->asn1_cb)
145 asn1_cb = aux->asn1_cb;
161 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL))
174 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_POST, pval, it, NULL))
219 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL)
    [all...]
tasn_dec.c 162 ASN1_aux_cb *asn1_cb; local
174 if (aux && aux->asn1_cb)
175 asn1_cb = aux->asn1_cb;
176 else asn1_cb = 0;
311 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL))
361 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...]
asn1_gen.c 117 static int asn1_cb(const char *elem, int len, void *bitstr);
156 if (CONF_parse_list(str, ',', 1, asn1_cb, &asn1_tags) != 0)
277 static int asn1_cb(const char *elem, int len, void *bitstr) function
asn_mime.c 387 if (!aux || !aux->asn1_cb)
400 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0)
407 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0)
asn1t.h 727 ASN1_aux_cb *asn1_cb; member in struct:ASN1_AUX_st
757 /* operation values for asn1_cb */
  /external/openssl/include/openssl/
asn1t.h 727 ASN1_aux_cb *asn1_cb; member in struct:ASN1_AUX_st
757 /* operation values for asn1_cb */

Completed in 304 milliseconds