Searched refs:strtmp (Results 1 – 3 of 3) sorted by relevance
573 ASN1_STRING *strtmp; in asn1_ex_i2c() local594 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()595 utype = strtmp->type; in asn1_ex_i2c()673 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()676 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) in asn1_ex_i2c()680 strtmp->data = cout; in asn1_ex_i2c()681 strtmp->length = 0; in asn1_ex_i2c()686 cont = strtmp->data; in asn1_ex_i2c()687 len = strtmp->length; in asn1_ex_i2c()
146 char *strtmp = NULL; in i2s_ASN1_ENUMERATED() local149 !(strtmp = BN_bn2dec(bntmp)) ) in i2s_ASN1_ENUMERATED()152 return strtmp; in i2s_ASN1_ENUMERATED()158 char *strtmp = NULL; in i2s_ASN1_INTEGER() local161 !(strtmp = BN_bn2dec(bntmp)) ) in i2s_ASN1_INTEGER()164 return strtmp; in i2s_ASN1_INTEGER()212 char *strtmp; in X509V3_add_value_int() local215 if(!(strtmp = i2s_ASN1_INTEGER(NULL, aint))) return 0; in X509V3_add_value_int()216 ret = X509V3_add_value(name, strtmp, extlist); in X509V3_add_value_int()217 OPENSSL_free(strtmp); in X509V3_add_value_int()
5676 struct Ebl_Strent *strtmp = symstrent[nsym_local]; in ld_generic_create_outfile() local5678 symstrent[cnt] = strtmp; in ld_generic_create_outfile()