Home | History | Annotate | Download | only in asn1

Lines Matching refs:pf

849     const ASN1_PRIMITIVE_FUNCS *pf;
851 pf = it->funcs;
853 if (pf && pf->prim_c2i)
854 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);