Searched refs:putype (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | x_bignum.c | 74 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 109 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) in bn_i2c() argument
|
D | x_long.c | 75 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 108 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) in long_i2c() argument
|
D | tasn_enc.c | 569 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, in asn1_ex_i2c() argument 582 return pf->prim_i2c(pval, cout, putype, it); in asn1_ex_i2c() 596 *putype = utype; in asn1_ex_i2c() 604 *putype = utype; in asn1_ex_i2c() 607 else utype = *putype; in asn1_ex_i2c()
|
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 617 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM… 886 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
|