Searched refs:in__ (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/libb2/ |
| H A D | blake2sp.c | 144 const uint8_t *in__ = ( const uint8_t * )in; in blake2sp_update() local 145 in__ += id__ * BLAKE2S_BLOCKBYTES; in blake2sp_update() 149 blake2s_update( S->S[id__], in__, BLAKE2S_BLOCKBYTES ); in blake2sp_update() 150 in__ += PARALLELISM_DEGREE * BLAKE2S_BLOCKBYTES; in blake2sp_update() 241 const uint8_t *in__ = ( const uint8_t * )in; in blake2sp() local 242 in__ += id__ * BLAKE2S_BLOCKBYTES; in blake2sp() 246 blake2s_update( S[id__], in__, BLAKE2S_BLOCKBYTES ); in blake2sp() 247 in__ += PARALLELISM_DEGREE * BLAKE2S_BLOCKBYTES; in blake2sp() 255 blake2s_update( S[id__], in__, len ); in blake2sp()
|
| H A D | blake2bp.c | 147 const uint8_t *in__ = ( const uint8_t * )in; in blake2bp_update() local 148 in__ += id__ * BLAKE2B_BLOCKBYTES; in blake2bp_update() 152 blake2b_update( S->S[id__], in__, BLAKE2B_BLOCKBYTES ); in blake2bp_update() 153 in__ += PARALLELISM_DEGREE * BLAKE2B_BLOCKBYTES; in blake2bp_update() 242 const uint8_t *in__ = ( const uint8_t * )in; in blake2bp() local 243 in__ += id__ * BLAKE2B_BLOCKBYTES; in blake2bp() 247 blake2b_update( S[id__], in__, BLAKE2B_BLOCKBYTES ); in blake2bp() 248 in__ += PARALLELISM_DEGREE * BLAKE2B_BLOCKBYTES; in blake2bp() 256 blake2b_update( S[id__], in__, len ); in blake2bp()
|