Searched refs:PBlockLen (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/x86/crypto/ |
D | aesni-intel_asm.S | 100 #define PBlockLen 16*5 macro 259 mov %r11, PBlockLen(%arg2) # ctx_data.partial_block_length = 0 344 mov %r13, PBlockLen(%arg2) 439 mov PBlockLen(%arg2), %r12 643 mov PBlockLen(%arg2), %r13 657 mov PBlockLen(%arg2), %r13 703 mov %rax, PBlockLen(%arg2) 706 add \PLAIN_CYPH_LEN, PBlockLen(%arg2) 738 mov %rax, PBlockLen(%arg2) 741 add \PLAIN_CYPH_LEN, PBlockLen(%arg2)
|
D | aesni-intel_avx-x86_64.S | 191 #define PBlockLen 16*5 macro 432 mov %r13, PBlockLen(arg2) 531 mov PBlockLen(arg2), %r12 680 mov %r11, PBlockLen(arg2) # ctx_data.partial_block_length = 0 752 mov PBlockLen(arg2), %r13 766 mov PBlockLen(arg2), %r13 812 mov %rax, PBlockLen(arg2) 815 add \PLAIN_CYPH_LEN, PBlockLen(arg2) 847 mov %rax, PBlockLen(arg2) 850 add \PLAIN_CYPH_LEN, PBlockLen(arg2)
|