Home
last modified time | relevance | path

Searched refs:strtmp (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/pkcs12/
H A Dp12_sbag.c167 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); in PKCS12_SAFEBAG_create_secret() local
169 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()
/openssl/crypto/asn1/
H A Dtasn_enc.c526 ASN1_STRING *strtmp; in asn1_ex_i2c() local
546 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()
/openssl/crypto/x509/
H A Dv3_utl.c169 char *strtmp = NULL; in i2s_ASN1_ENUMERATED() local
175 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() local
190 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() local
259 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 11 milliseconds