Lines Matching defs:stmp
835 ASN1_STRING *stmp;
926 stmp = ASN1_STRING_type_new(utype);
927 if (stmp == NULL) {
931 *pval = (ASN1_VALUE *)stmp;
933 stmp = (ASN1_STRING *)*pval;
934 stmp->type = utype;
938 OPENSSL_free(stmp->data);
939 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
940 stmp->length = len;
943 if (!ASN1_STRING_set(stmp, cont, len)) {
945 ASN1_STRING_free(stmp);