Searched refs:expected_id (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.c95 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
204 get_status(struct sftp_conn *conn, u_int expected_id) argument
218 if (id != expected_id)
219 fatal("ID mismatch (%u != %u)", id, expected_id);
234 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, argument
257 if (id != expected_id)
259 errfmt == NULL ? __func__ : errmsg, id, expected_id);
279 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet) argument
296 if (id != expected_id)
297 fatal("ID mismatch (%u != %u)", id, expected_id);
324 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st, u_int expected_id, int quiet) argument
523 u_int count, id, i, expected_id, ents = 0; local
819 u_int expected_id, count, id; local
1020 u_int expected_id, count, id; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_extra_test.c367 size_t input_len, int expected_id)
380 if (EVP_PKEY_id(pkey) != expected_id) {
366 test_d2i_AutoPrivateKey(const unsigned char *input, size_t input_len, int expected_id) argument

Completed in 121 milliseconds