Searched refs:obidlength (Results 1 – 2 of 2) sorted by relevance
333 oid_t obid, int *obidlength) in asn_decode_oid() argument350 --*obidlength; in asn_decode_oid()351 while (count > 0 && (*obidlength)-- > 0) { in asn_decode_oid()373 *obidlength = (int) (oidp - obid); in asn_decode_oid()389 oid_t obid, int obidlength) in asn_encode_oid() argument407 if (obidlength < 2) { in asn_encode_oid()409 obidlength = 0; in asn_encode_oid()412 obidlength -= 2; in asn_encode_oid()416 while (obidlength--) { in asn_encode_oid()
89 u_char *type, oid_t obid, int *obidlength);91 u_char type, oid_t obid, int obidlength);