Home
last modified time | relevance | path

Searched refs:putype (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/asn1/
Dtasn_enc.c544 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, in asn1_ex_i2c() argument
557 return pf->prim_i2c(pval, cout, putype, it); in asn1_ex_i2c()
570 *putype = utype; in asn1_ex_i2c()
576 *putype = utype; in asn1_ex_i2c()
579 utype = *putype; in asn1_ex_i2c()
/external/boringssl/src/include/openssl/
Dasn1t.h618 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM…
871 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);