Searched refs:strtmp (Results 1 – 3 of 3) sorted by relevance
554 ASN1_STRING *strtmp; in asn1_ex_i2c() local574 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()575 utype = strtmp->type; in asn1_ex_i2c()648 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()651 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) { in asn1_ex_i2c()653 strtmp->data = cout; in asn1_ex_i2c()654 strtmp->length = 0; in asn1_ex_i2c()659 cont = strtmp->data; in asn1_ex_i2c()660 len = strtmp->length; in asn1_ex_i2c()
161 char *strtmp = NULL; in i2s_ASN1_ENUMERATED() local165 !(strtmp = BN_bn2dec(bntmp))) in i2s_ASN1_ENUMERATED()168 return strtmp; in i2s_ASN1_ENUMERATED()174 char *strtmp = NULL; in i2s_ASN1_INTEGER() local178 !(strtmp = BN_bn2dec(bntmp))) in i2s_ASN1_INTEGER()181 return strtmp; in i2s_ASN1_INTEGER()235 char *strtmp; in X509V3_add_value_int() local239 if (!(strtmp = i2s_ASN1_INTEGER(NULL, aint))) in X509V3_add_value_int()241 ret = X509V3_add_value(name, strtmp, extlist); in X509V3_add_value_int()242 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()