Searched refs:do_encode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/lib/libcam/ |
| H A D | scsi_cmdparse.c | 547 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode() function 752 if ((retval = do_encode(csio->cdb_io.cdb_bytes, SCSI_MAX_CDBLEN, in csio_build() 794 if ((retval = do_encode(csio->cdb_io.cdb_bytes, SCSI_MAX_CDBLEN, in csio_build_visit() 823 retval = do_encode(csio->data_ptr, csio->dxfer_len, NULL, NULL, NULL, in csio_encode() 843 return (do_encode(buff, len, NULL, arg_get, gethook, fmt, NULL)); in buff_encode_visit() 858 return (do_encode(csio->data_ptr, csio->dxfer_len, NULL, arg_get, in csio_encode_visit()
|
| /freebsd-14.2/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()
|