Searched defs:blocks (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/usr/block_server/
H A Dblock_storage.h32 struct bs_block *blocks; member in struct:block_storage
H A Dblock_storage.c21 static struct block_storage blocks; variable in typeref:struct:block_storage
[all...]
/barrelfish-2018-10-04/include/barrelfish/
H A Dslab.h31 struct block_head *blocks; ///< Pointer to free block list member in struct:slab_head
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost89.c206 void gost_enc(gost_ctx *c,const byte *clear,byte *cipher, int blocks) argument
217 void gost_dec(gost_ctx *c, const byte *cipher,byte *clear, int blocks) argument
229 gost_enc_cfb(gost_ctx *ctx,const byte *iv,const byte *clear,byte *cipher, int blocks) argument
247 gost_dec_cfb(gost_ctx *ctx,const byte *iv,const byte *cipher,byte *clear, int blocks) argument
[all...]

Completed in 34 milliseconds