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

/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c152 char *strtmp = NULL; local
156 !(strtmp = BN_bn2dec(bntmp)))
159 return strtmp;
165 char *strtmp = NULL; local
169 !(strtmp = BN_bn2dec(bntmp)))
172 return strtmp;
227 char *strtmp; local
231 if (!(strtmp = i2s_ASN1_INTEGER(NULL, aint)))
233 ret = X509V3_add_value(name, strtmp, extlist);
234 OPENSSL_free(strtmp);
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c545 ASN1_STRING *strtmp; local
565 strtmp = (ASN1_STRING *)*pval;
566 utype = strtmp->type;
639 strtmp = (ASN1_STRING *)*pval;
642 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) {
644 strtmp->data = cout;
645 strtmp->length = 0;
650 cont = strtmp->data;
651 len = strtmp->length;

Completed in 88 milliseconds