Searched refs:asn1_get_length (Results 1 – 1 of 1) sorted by relevance
107 static int asn1_get_length(const unsigned char **pp,int *inf,long *rl,int max);173 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err; in ASN1_get_object()198 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max) in asn1_get_length() function