Home | History | Annotate | Download | only in asn1

Lines Matching defs:cont

776 	const unsigned char *cont = NULL;
856 cont = *in;
862 len = p - cont;
866 len = p - cont + plen;
896 cont = (const unsigned char *)buf.data;
901 cont = p;
907 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
919 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
931 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
953 if (!c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, len))
978 *tbool = *cont;
983 if (!c2i_ASN1_BIT_STRING((ASN1_BIT_STRING **)pval, &cont, len))
992 if (!c2i_ASN1_INTEGER(tint, &cont, len))
1050 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
1056 if (!ASN1_STRING_set(stmp, cont, len))