Searched refs:strtmp (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c511 ASN1_STRING *strtmp; local
531 strtmp = (ASN1_STRING *)*pval;
532 utype = strtmp->type;
605 strtmp = (ASN1_STRING *)*pval;
608 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) {
610 strtmp->data = cout;
611 strtmp->length = 0;
616 cont = strtmp->data;
617 len = strtmp->length;
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c144 char *strtmp = NULL; local
149 || (strtmp = bignum_to_string(bntmp)) == NULL)
152 return strtmp;
158 char *strtmp = NULL; local
163 || (strtmp = bignum_to_string(bntmp)) == NULL)
166 return strtmp;
225 char *strtmp; local
230 if ((strtmp = i2s_ASN1_INTEGER(NULL, aint)) == NULL)
232 ret = X509V3_add_value(name, strtmp, extlist);
233 OPENSSL_free(strtmp);
[all...]

Completed in 103 milliseconds