/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | hmac.py | 25 blocksize = 64 # 512-bit HMAC; can be changed in subclasses. variable in HMAC 54 blocksize = self.inner.block_size 55 if blocksize < 16: 59 'default of %d.' % (blocksize, self.blocksize), 61 blocksize = self.blocksize 64 'Assuming %d.' % (self.blocksize), 66 blocksize = self.blocksize 68 if len(key) > blocksize: 71 key = key + chr(0) * (blocksize - len(key))
|
D | md5.py | 13 blocksize = 1 # legacy value (wrong in any useful sense) variable
|
D | sha.py | 13 blocksize = 1 # legacy value (wrong in any useful sense) variable
|
D | ftplib.py | 384 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument 401 data = conn.recv(blocksize) 438 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument 456 buf = fp.read(blocksize) 680 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument 685 data = conn.recv(blocksize) 720 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument 725 buf = fp.read(blocksize)
|
D | httplib.py | 779 blocksize = 8192 782 datablock = data.read(blocksize) 785 datablock = data.read(blocksize)
|
D | tarfile.py | 646 blocksize = 16 * 1024 variable in _BZ2Proxy 668 raw = self.fileobj.read(self.blocksize) 783 blocksize = 1024 variable in ExFileObject 835 buf = self.fileobj.read(self.blocksize)
|
D | urllib.py | 1580 def reporthook(blocknum, blocksize, totalsize): argument 1583 blocknum, blocksize, totalsize)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | hashlib.py | 181 blocksize = getattr(inner, 'block_size', 64) 182 if len(password) > blocksize: 184 password = password + b'\x00' * (blocksize - len(password))
|
D | md5.py | 13 blocksize = 1 # legacy value (wrong in any useful sense) variable
|
D | sha.py | 13 blocksize = 1 # legacy value (wrong in any useful sense) variable
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/ |
D | usb.c | 409 int blocksize,packets; in hiusb_epx_tx() local 430 blocksize = 64; in hiusb_epx_tx() 432 blocksize = usb_drv_port_speed() ? USB_BLOCK_HIGH_SPEED_SIZE : 64; in hiusb_epx_tx() 434 packets = (len + blocksize - 1) / blocksize; in hiusb_epx_tx() 545 unsigned int blocksize = 0, data; in hiusb_epx_rx() local 558 blocksize = usb_drv_port_speed() ? USB_BLOCK_HIGH_SPEED_SIZE : 64; in hiusb_epx_rx() 559 packets = (len + blocksize - 1) / blocksize; in hiusb_epx_rx() 565 endpoints[ep].size = MAX_RX_PACKET * blocksize; in hiusb_epx_rx() 566 len = MAX_RX_PACKET * blocksize; in hiusb_epx_rx() 588 if (len >= blocksize * 64) { in hiusb_epx_rx() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | ftpmirror.py | 338 def __init__(self, fp, blocksize, outfp): argument 342 self.blocksize = blocksize 346 hashes = int(self.bytes) / self.blocksize
|
/device/huawei/angler/ |
D | releasetools.py | 248 blocksize = 4096 250 partial_tf = len(tf.data) % blocksize 251 partial_sf = len(sf.data) % blocksize
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/ |
D | DwUsbDxe.c | 139 UINT32 blocksize; in ep_tx() local 145 blocksize = 64; in ep_tx() 147 blocksize = usb_drv_port_speed() ? USB_BLOCK_HIGH_SPEED_SIZE : 64; in ep_tx() 149 packets = (len + blocksize - 1) / blocksize; in ep_tx()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
D | gopher.py | 120 def get_alt_binary(selector, host, port, func, blocksize): argument 123 data = f.read(blocksize)
|
/device/lge/bullhead/kernel-headers/linux/ |
D | fuse.h | 441 uint32_t blocksize; member
|
/device/lge/bullhead/original-kernel-headers/linux/ |
D | fuse.h | 605 uint32_t blocksize; member
|
/device/huawei/angler/kernel-headers/linux/ |
D | fuse.h | 441 uint32_t blocksize; member
|
/device/huawei/angler/original-kernel-headers/linux/ |
D | fuse.h | 605 uint32_t blocksize; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | compile.c | 3550 blocksize(basicblock *b) in blocksize() function 3713 bsize = blocksize(b); in assemble_jump_offsets()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | compile.c | 3574 blocksize(basicblock *b) in blocksize() function 3737 bsize = blocksize(b); in assemble_jump_offsets()
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | GenFv_Utility_Man_Page.rtf | 131 …s18\cf1\insrsid4195908 \hich\af39\dbch\af31505\loch\f39 -b BlockSize, --blocksize BlockSize}{\rtlc…
|