Searched refs:strtmp (Results 1 – 3 of 3) sorted by relevance
569 ASN1_STRING *strtmp; in asn1_ex_i2c() local589 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()590 utype = strtmp->type; in asn1_ex_i2c()668 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()671 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) in asn1_ex_i2c()675 strtmp->data = cout; in asn1_ex_i2c()676 strtmp->length = 0; in asn1_ex_i2c()681 cont = strtmp->data; in asn1_ex_i2c()682 len = strtmp->length; in asn1_ex_i2c()
138 char *strtmp = NULL; in i2s_ASN1_ENUMERATED() local141 !(strtmp = BN_bn2dec(bntmp)) ) in i2s_ASN1_ENUMERATED()144 return strtmp; in i2s_ASN1_ENUMERATED()150 char *strtmp = NULL; in i2s_ASN1_INTEGER() local153 !(strtmp = BN_bn2dec(bntmp)) ) in i2s_ASN1_INTEGER()156 return strtmp; in i2s_ASN1_INTEGER()204 char *strtmp; in X509V3_add_value_int() local207 if(!(strtmp = i2s_ASN1_INTEGER(NULL, aint))) return 0; in X509V3_add_value_int()208 ret = X509V3_add_value(name, strtmp, extlist); in X509V3_add_value_int()209 OPENSSL_free(strtmp); in X509V3_add_value_int()
4972 struct Ebl_Strent *strtmp = symstrent[nsym_local]; in ld_generic_create_outfile() local4974 symstrent[cnt] = strtmp; in ld_generic_create_outfile()