Searched refs:putype (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | tasn_enc.c | 544 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/ |
D | asn1t.h | 618 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);
|