Lines Matching refs:xor_block
39 xor_block((uint8_t *)(d), (uint8_t *)(c)->gcm_ghash); \
88 void (*xor_block)(uint8_t *, uint8_t *))
152 xor_block(blockp, (uint8_t *)ctx->gcm_tmp);
206 void (*xor_block)(uint8_t *, uint8_t *))
267 xor_block((uint8_t *)ctx->gcm_J0, ghash);
291 void (*xor_block)(uint8_t *, uint8_t *))
332 void (*xor_block)(uint8_t *, uint8_t *))
335 (void) xor_block;
373 void (*xor_block)(uint8_t *, uint8_t *))
407 processed, encrypt_block, xor_block);
427 xor_block(cbp, blockp);
438 xor_block((uint8_t *)ctx->gcm_J0, ghash);
485 void (*xor_block)(uint8_t *, uint8_t *))
535 void (*xor_block)(uint8_t *, uint8_t *))
547 copy_block, xor_block);
595 void (*xor_block)(uint8_t *, uint8_t *))
693 encrypt_block, copy_block, xor_block) != CRYPTO_SUCCESS) {