Home | History | Annotate | Download | only in asn1

Lines Matching refs:stmp

846     ASN1_STRING *stmp;
937 stmp = ASN1_STRING_type_new(utype);
938 if (!stmp) {
942 *pval = (ASN1_VALUE *)stmp;
944 stmp
945 stmp->type = utype;
949 if (stmp->data)
950 OPENSSL_free(stmp->data);
951 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
952 stmp->length = len;
955 if (!ASN1_STRING_set(stmp, cont, len)) {
957 ASN1_STRING_free(stmp);