Searched refs:putype (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/crypto/asn1/ |
| H A D | tasn_enc.c | 29 static int asn1_ex_i2c(const ASN1_VALUE **pval, unsigned char *cout, int *putype, 520 static int asn1_ex_i2c(const ASN1_VALUE **pval, unsigned char *cout, int *putype, in asn1_ex_i2c() argument 533 return pf->prim_i2c(pval, cout, putype, it); in asn1_ex_i2c() 546 *putype = utype; in asn1_ex_i2c() 552 *putype = utype; in asn1_ex_i2c() 555 utype = *putype; in asn1_ex_i2c()
|
| H A D | x_bignum.c | 28 static int bn_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, 93 static int bn_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in bn_i2c() argument
|
| H A D | x_long.c | 24 static int long_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, 84 static int long_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in long_i2c() argument
|
| H A D | x_int64.c | 47 static int uint64_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in uint64_i2c() argument 140 static int uint32_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in uint32_i2c() argument
|
| /src/crypto/openssl/include/openssl/ |
| H A D | asn1t.h | 638 int *putype, const ASN1_ITEM *it);
|
| H A D | asn1t.h.in | 639 int *putype, const ASN1_ITEM *it);
|