Lines Matching defs:cont
62 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
708 const unsigned char *cont = NULL;
773 cont = *in;
778 len = p - cont;
780 len = p - cont + plen;
809 cont = (const unsigned char *)buf.data;
811 cont = p;
818 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
831 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
843 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
861 if (!ossl_c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, len))
880 *tbool = *cont;
885 if (!ossl_c2i_ASN1_BIT_STRING((ASN1_BIT_STRING **)pval, &cont, len))
892 if (!ossl_c2i_ASN1_INTEGER(tint, &cont, len))
939 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
943 if (!ASN1_STRING_set(stmp, cont, len)) {