Searched refs:store_block (Results 1 – 2 of 2) sorted by relevance
39 # define store_block(d, s) *(aes_block_t *)(d) = (s) macro42 # define store_block(d, s) memcpy((d), (s).data, AES_BLOCK_SIZE) macro104 store_block(out, tmp2); in AES_ige_encrypt()158 store_block(out, tmp); in AES_ige_encrypt()
235 static void store_block(void *output, const BLOCK *src);339 static void store_block(void *output, const BLOCK *src) in store_block() function776 store_block(blockhash_bytes, &blockhash); in finalize()
Completed in 9 milliseconds