| /src/external/bsd/elftosb/dist/common/ |
| RijndaelCBCMAC.h | 27 typedef uint8_t block_t[BLOCK_SIZE]; typedef in class:RijndaelCBCMAC 45 const block_t & getMAC() const { return m_mac; } 57 block_t m_mac; //!< Current message authentication code value.
|
| RijndaelCBCMAC.h | 27 typedef uint8_t block_t[BLOCK_SIZE]; typedef in class:RijndaelCBCMAC 45 const block_t & getMAC() const { return m_mac; } 57 block_t m_mac; //!< Current message authentication code value.
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| scanner.h | 127 typedef struct block block_t; typedef in typeref:struct:block 144 static really_inline void scan(parser_t *parser, block_t *block) 191 static really_inline void write_indexes(parser_t *parser, const block_t *block, uint64_t clear) 292 block_t block = { 0 };
|
| scanner.h | 127 typedef struct block block_t; typedef in typeref:struct:block 144 static really_inline void scan(parser_t *parser, block_t *block) 191 static really_inline void write_indexes(parser_t *parser, const block_t *block, uint64_t clear) 292 block_t block = { 0 };
|
| /src/sys/lib/libsa/ |
| minixfs3.h | 38 typedef uint32_t block_t; typedef 102 #define START_BLOCK ((block_t) 2) /* first fs block (not counting SB) */ 117 #define NO_BLOCK ((block_t) 0) /* absence of a block number */
|
| minixfs3.h | 38 typedef uint32_t block_t; typedef 102 #define START_BLOCK ((block_t) 2) /* first fs block (not counting SB) */ 117 #define NO_BLOCK ((block_t) 0) /* absence of a block number */
|
| /src/common/dist/zlib/contrib/minizip/ |
| zip.c | 131 // a block_t type for reading the central directory datablocks. */ 140 } block_t; typedef in typeref:struct:__anon5 196 block_t block; /* block for reading the central directory */ 301 local void block_init(block_t *block, linkedlist_data *list) { 310 local void block_stop(block_t *block) { 316 local int block_end(block_t *block) { 335 local int block_get(block_t *block) { 361 local long block_get2(block_t *block) { 368 local size_t block_read(block_t *block, unsigned char *buf, size_t len) { 393 local int block_skip(block_t *block, size_t n) [all...] |
| zip.c | 131 // a block_t type for reading the central directory datablocks. */ 140 } block_t; typedef in typeref:struct:__anon5 196 block_t block; /* block for reading the central directory */ 301 local void block_init(block_t *block, linkedlist_data *list) { 310 local void block_stop(block_t *block) { 316 local int block_end(block_t *block) { 335 local int block_get(block_t *block) { 361 local long block_get2(block_t *block) { 368 local size_t block_read(block_t *block, unsigned char *buf, size_t len) { 393 local int block_skip(block_t *block, size_t n) [all...] |