Searched refs:PBlockLen (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/arch/x86/crypto/ |
D | aesni-intel_asm.S | 99 #define PBlockLen 16*5 macro 258 mov %r11, PBlockLen(%arg2) # ctx_data.partial_block_length = 0 343 mov %r13, PBlockLen(%arg2) 438 mov PBlockLen(%arg2), %r12 642 mov PBlockLen(%arg2), %r13 656 mov PBlockLen(%arg2), %r13 702 mov %rax, PBlockLen(%arg2) 705 add \PLAIN_CYPH_LEN, PBlockLen(%arg2) 737 mov %rax, PBlockLen(%arg2) 740 add \PLAIN_CYPH_LEN, PBlockLen(%arg2)
|
D | aesni-intel_avx-x86_64.S | 190 #define PBlockLen 16*5 macro 431 mov %r13, PBlockLen(arg2) 530 mov PBlockLen(arg2), %r12 679 mov %r11, PBlockLen(arg2) # ctx_data.partial_block_length = 0 751 mov PBlockLen(arg2), %r13 765 mov PBlockLen(arg2), %r13 811 mov %rax, PBlockLen(arg2) 814 add \PLAIN_CYPH_LEN, PBlockLen(arg2) 846 mov %rax, PBlockLen(arg2) 849 add \PLAIN_CYPH_LEN, PBlockLen(arg2)
|