Searched refs:putype (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libcrypto/asn1/ |
H A D | tasn_enc.c | 77 static int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, 561 asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, in asn1_ex_i2c() argument 577 return pf->prim_i2c(pval, cout, putype, it); in asn1_ex_i2c() 591 *putype = utype; in asn1_ex_i2c() 597 *putype = utype; in asn1_ex_i2c() 600 utype = *putype; in asn1_ex_i2c()
|
H A D | x_bignum.c | 75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, 141 bn_i2c(ASN1_VALUE **pval, unsigned char *content, int *putype, const ASN1_ITEM *it) in bn_i2c() argument
|
H A D | x_long.c | 77 static int long_i2c(ASN1_VALUE **pval, unsigned char *content, int *putype, 151 long_i2c(ASN1_VALUE **pval, unsigned char *content, int *putype, in long_i2c() argument
|
H A D | asn1t.h | 665 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM…
|