Searched refs:strtmp (Results 1 – 3 of 3) sorted by relevance
130 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); in PKCS12_SAFEBAG_create_secret() local132 if (strtmp == NULL) { in PKCS12_SAFEBAG_create_secret()137 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) { in PKCS12_SAFEBAG_create_secret()138 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()144 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()148 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
532 ASN1_STRING *strtmp; in asn1_ex_i2c() local552 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()553 utype = strtmp->type; in asn1_ex_i2c()626 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()629 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) { in asn1_ex_i2c()631 strtmp->data = cout; in asn1_ex_i2c()632 strtmp->length = 0; in asn1_ex_i2c()637 cont = strtmp->data; in asn1_ex_i2c()638 len = strtmp->length; in asn1_ex_i2c()
169 char *strtmp = NULL; in i2s_ASN1_ENUMERATED() local174 || (strtmp = bignum_to_string(bntmp)) == NULL) in i2s_ASN1_ENUMERATED()177 return strtmp; in i2s_ASN1_ENUMERATED()183 char *strtmp = NULL; in i2s_ASN1_INTEGER() local188 || (strtmp = bignum_to_string(bntmp)) == NULL) in i2s_ASN1_INTEGER()191 return strtmp; in i2s_ASN1_INTEGER()252 char *strtmp; in X509V3_add_value_int() local257 if ((strtmp = i2s_ASN1_INTEGER(NULL, aint)) == NULL) in X509V3_add_value_int()259 ret = X509V3_add_value(name, strtmp, extlist); in X509V3_add_value_int()260 OPENSSL_free(strtmp); in X509V3_add_value_int()