Home
last modified time | relevance | path

Searched refs:crc_init (Results 1 – 2 of 2) sorted by relevance

/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S74 # unsigned int crc_pcl(u8 *buffer, int len, unsigned int crc_init);
92 #define crc_init %r8 macro
101 ## Move crc_init for Linux to a different
102 mov crc_init_arg, crc_init
227 movq crc_init, %xmm1 # CRC for block 1
236 mov crc2, crc_init
237 crc32 %rax, crc_init
254 crc32q (bufptmp), crc_init
255 crc32q 8(bufptmp), crc_init
280 crc32q i(bufptmp), crc_init # Compute crc32 of 8-byte data
[all …]
Dcrc32c-intel_glue.c57 unsigned int crc_init);