Searched refs:asn1_cb (Results 1 - 10 of 10) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Dtasn_fre.c83 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...]
H A Dtasn_new.c95 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...]
H A Dtasn_prn.c199 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);
H A Dbio_ndef.c113 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,
H A Dtasn_enc.c137 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_PR
[all...]
H A Dtasn_dec.c163 ASN1_aux_cb *asn1_cb; local
175 if (aux && aux->asn1_cb)
176 asn1_cb = aux->asn1_cb;
177 else asn1_cb = 0;
306 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))
407 if (asn1_cb
[all...]
H A Dasn1_lib.c78 OPENSSL_DECLARE_ERROR_FUNCTION(ASN1, asn1_cb);
/external/boringssl/src/crypto/x509/
H A Dasn1_gen.c127 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
317 OPENSSL_PUT_ERROR(ASN1, asn1_cb, ASN1_R_UNKNOWN_TAG);
330 OPENSSL_PUT_ERROR(ASN1, asn1_cb, ASN1_R_MISSING_VALUE);
343 OPENSSL_PUT_ERROR(ASN1, asn1_cb, ASN1_R_ILLEGAL_NESTED_TAGGING);
381 OPENSSL_PUT_ERROR(ASN1, asn1_cb, ASN1_R_UNKNOWN_FORMAT);
394 OPENSSL_PUT_ERROR(ASN1, asn1_cb, ASN1_R_UNKNOWN_FORMAT);
/external/boringssl/include/openssl/
H A Dasn1t.h673 ASN1_aux_cb *asn1_cb; member in struct:ASN1_AUX_st
703 /* operation values for asn1_cb */
/external/boringssl/src/include/openssl/
H A Dasn1t.h673 ASN1_aux_cb *asn1_cb; member in struct:ASN1_AUX_st
703 /* operation values for asn1_cb */

Completed in 97 milliseconds