Searched refs:PBlockLen (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/x86/crypto/ |
D | aesni-intel_asm.S | 95 #define PBlockLen 16*5 macro 254 mov %r11, PBlockLen(%arg2) # ctx_data.partial_block_length = 0 339 mov %r13, PBlockLen(%arg2) 434 mov PBlockLen(%arg2), %r12 638 mov PBlockLen(%arg2), %r13 652 mov PBlockLen(%arg2), %r13 698 mov %rax, PBlockLen(%arg2) 701 add \PLAIN_CYPH_LEN, PBlockLen(%arg2) 733 mov %rax, PBlockLen(%arg2) 736 add \PLAIN_CYPH_LEN, PBlockLen(%arg2)
|
D | aesni-intel_avx-x86_64.S | 190 #define PBlockLen 16*5 macro 421 mov %r13, PBlockLen(arg2) 520 mov PBlockLen(arg2), %r12 669 mov %r11, PBlockLen(arg2) # ctx_data.partial_block_length = 0 741 mov PBlockLen(arg2), %r13 755 mov PBlockLen(arg2), %r13 801 mov %rax, PBlockLen(arg2) 804 add \PLAIN_CYPH_LEN, PBlockLen(arg2) 836 mov %rax, PBlockLen(arg2) 839 add \PLAIN_CYPH_LEN, PBlockLen(arg2)
|