Searched refs:strtmp (Results 1 – 2 of 2) sorted by relevance
548 ASN1_STRING *strtmp; in asn1_ex_i2c() local568 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()569 utype = strtmp->type; in asn1_ex_i2c()644 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()647 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) { in asn1_ex_i2c()649 strtmp->data = cout; in asn1_ex_i2c()650 strtmp->length = 0; in asn1_ex_i2c()655 cont = strtmp->data; in asn1_ex_i2c()656 len = strtmp->length; in asn1_ex_i2c()
201 char *strtmp = NULL; in i2s_ASN1_ENUMERATED() local205 !(strtmp = bignum_to_string(bntmp))) in i2s_ASN1_ENUMERATED()208 return strtmp; in i2s_ASN1_ENUMERATED()214 char *strtmp = NULL; in i2s_ASN1_INTEGER() local218 !(strtmp = bignum_to_string(bntmp))) in i2s_ASN1_INTEGER()221 return strtmp; in i2s_ASN1_INTEGER()275 char *strtmp; in X509V3_add_value_int() local279 if (!(strtmp = i2s_ASN1_INTEGER(NULL, aint))) in X509V3_add_value_int()281 ret = X509V3_add_value(name, strtmp, extlist); in X509V3_add_value_int()282 OPENSSL_free(strtmp); in X509V3_add_value_int()