HomeSort by: relevance | last modified time | path
    Searched refs:strtmp (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/pkcs12/
p12_sbag.c 175 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); local
177 if (strtmp == NULL) {
182 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) {
183 ASN1_OCTET_STRING_free(strtmp);
189 ASN1_OCTET_STRING_free(strtmp);
193 ASN1_TYPE_set(bag->value.other, vtype, strtmp);
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
p12_sbag.c 130 ASN1_OCTET_STRING *strtmp = ASN1_OCTET_STRING_new(); local
132 if (strtmp == NULL) {
137 if (!ASN1_OCTET_STRING_set(strtmp, value, len)) {
138 ASN1_OCTET_STRING_free(strtmp);
144 ASN1_OCTET_STRING_free(strtmp);
148 ASN1_TYPE_set(bag->value.other, vtype, strtmp);
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_enc.c 524 ASN1_STRING *strtmp; local
544 strtmp = (ASN1_STRING *)*pval;
545 utype = strtmp->type;
621 strtmp = (ASN1_STRING *)*pval;
624 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) {
626 strtmp->data = cout;
627 strtmp->length = 0;
632 cont = strtmp->data;
633 len = strtmp->length;
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
tasn_enc.c 532 ASN1_STRING *strtmp; local
552 strtmp = (ASN1_STRING *)*pval;
553 utype = strtmp->type;
626 strtmp = (ASN1_STRING *)*pval;
629 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) {
631 strtmp->data = cout;
632 strtmp->length = 0;
637 cont = strtmp->data;
638 len = strtmp->length;
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_enc.c 511 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;
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_utl.c 169 char *strtmp = NULL; local
175 else if ((strtmp = bignum_to_string(bntmp)) == NULL)
178 return strtmp;
184 char *strtmp = NULL; local
190 else if ((strtmp = bignum_to_string(bntmp)) == NULL)
193 return strtmp;
254 char *strtmp; local
259 if ((strtmp = i2s_ASN1_INTEGER(NULL, aint)) == NULL)
261 ret = X509V3_add_value(name, strtmp, extlist);
262 OPENSSL_free(strtmp);
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_utl.c 169 char *strtmp = NULL; local
174 || (strtmp = bignum_to_string(bntmp)) == NULL)
177 return strtmp;
183 char *strtmp = NULL; local
188 || (strtmp = bignum_to_string(bntmp)) == NULL)
191 return strtmp;
252 char *strtmp; local
257 if ((strtmp = i2s_ASN1_INTEGER(NULL, aint)) == NULL)
259 ret = X509V3_add_value(name, strtmp, extlist);
260 OPENSSL_free(strtmp);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_utl.c 170 char *strtmp = NULL; local
175 || (strtmp = bignum_to_string(bntmp)) == NULL)
178 return strtmp;
184 char *strtmp = NULL; local
189 || (strtmp = bignum_to_string(bntmp)) == NULL)
192 return strtmp;
251 char *strtmp; local
256 if ((strtmp = i2s_ASN1_INTEGER(NULL, aint)) == NULL)
258 ret = X509V3_add_value(name, strtmp, extlist);
259 OPENSSL_free(strtmp);
    [all...]

Completed in 33 milliseconds