Searched refs:buff_in (Results 1 – 1 of 1) sorted by relevance
2839 get_mech_oid(OM_uint32 *minor_status, unsigned char **buff_in, size_t length) in get_mech_oid() argument2846 if (length < 1 || **buff_in != MECH_OID) in get_mech_oid()2849 start = *buff_in; in get_mech_oid()2852 (*buff_in)++; in get_mech_oid()2853 toid.length = *(*buff_in)++; in get_mech_oid()2855 if ((*buff_in + toid.length) > end) in get_mech_oid()2858 toid.elements = *buff_in; in get_mech_oid()2859 *buff_in += toid.length; in get_mech_oid()2895 get_input_token(unsigned char **buff_in, unsigned int buff_length) in get_input_token() argument2900 if (**buff_in != OCTET_STRING) in get_input_token()[all …]