Searched refs:strtmp (Results 1 – 3 of 3) sorted by relevance
167 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); in PKCS12_SAFEBAG_create_secret() local169 if (strtmp == NULL) { in PKCS12_SAFEBAG_create_secret()174 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) { in PKCS12_SAFEBAG_create_secret()175 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()181 ASN1_OCTET_STRING_free(strtmp); in PKCS12_SAFEBAG_create_secret()185 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
526 ASN1_STRING *strtmp; in asn1_ex_i2c() local546 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()547 utype = strtmp->type; in asn1_ex_i2c()620 strtmp = (ASN1_STRING *)*pval; in asn1_ex_i2c()623 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) { in asn1_ex_i2c()625 strtmp->data = cout; in asn1_ex_i2c()626 strtmp->length = 0; in asn1_ex_i2c()631 cont = strtmp->data; in asn1_ex_i2c()632 len = strtmp->length; in asn1_ex_i2c()
169 char *strtmp = NULL; in i2s_ASN1_ENUMERATED() local175 else if ((strtmp = bignum_to_string(bntmp)) == NULL) in i2s_ASN1_ENUMERATED()178 return strtmp; in i2s_ASN1_ENUMERATED()184 char *strtmp = NULL; in i2s_ASN1_INTEGER() local190 else if ((strtmp = bignum_to_string(bntmp)) == NULL) in i2s_ASN1_INTEGER()193 return strtmp; in i2s_ASN1_INTEGER()254 char *strtmp; in X509V3_add_value_int() local259 if ((strtmp = i2s_ASN1_INTEGER(NULL, aint)) == NULL) in X509V3_add_value_int()261 ret = X509V3_add_value(name, strtmp, extlist); in X509V3_add_value_int()262 OPENSSL_free(strtmp); in X509V3_add_value_int()
Completed in 16 milliseconds