Searched refs:buff_in (Results 1 – 1 of 1) sorted by relevance
2848 get_mech_oid(OM_uint32 *minor_status, unsigned char **buff_in, size_t length) in get_mech_oid() argument2855 if (length < 1 || **buff_in != MECH_OID) in get_mech_oid()2858 start = *buff_in; in get_mech_oid()2861 (*buff_in)++; in get_mech_oid()2862 toid.length = *(*buff_in)++; in get_mech_oid()2864 if ((*buff_in + toid.length) > end) in get_mech_oid()2867 toid.elements = *buff_in; in get_mech_oid()2868 *buff_in += toid.length; in get_mech_oid()2904 get_input_token(unsigned char **buff_in, unsigned int buff_length) in get_input_token() argument2909 if (**buff_in != OCTET_STRING) in get_input_token()[all …]