Searched refs:do_encode (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libcam/ |
H A D | scsi_cmdparse.c | 546 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode() function 751 if ((retval = do_encode(csio->cdb_io.cdb_bytes, SCSI_MAX_CDBLEN, in csio_build() 793 if ((retval = do_encode(csio->cdb_io.cdb_bytes, SCSI_MAX_CDBLEN, in csio_build_visit() 822 retval = do_encode(csio->data_ptr, csio->dxfer_len, NULL, NULL, NULL, in csio_encode() 842 return (do_encode(buff, len, NULL, arg_get, gethook, fmt, NULL)); in buff_encode_visit() 857 return (do_encode(csio->data_ptr, csio->dxfer_len, NULL, arg_get, in csio_encode_visit()
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_encode_test.c | 520 static int do_encode(EXPECTED *input, in do_encode() function 703 ret = do_encode(input, expected, expected_length, package); in do_encode_custom()
|