Searched refs:PBlockLen (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A 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)
|
H A D | aesni-intel_avx-x86_64.S | 166 #define PBlockLen 16*5 macro 397 mov %r13, PBlockLen(arg2) 496 mov PBlockLen(arg2), %r12 647 mov %r11, PBlockLen(arg2) # ctx_data.partial_block_length = 0 719 mov PBlockLen(arg2), %r13 733 mov PBlockLen(arg2), %r13 779 mov %rax, PBlockLen(arg2) 782 add \PLAIN_CYPH_LEN, PBlockLen(arg2) 814 mov %rax, PBlockLen(arg2) 817 add \PLAIN_CYPH_LEN, PBlockLen(arg2)
|