Home
last modified time | relevance | path

Searched refs:IV (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-gcm-p10.S28 # v30 is IV
581 # initialize ICB: GHASH( IV ), IV - r7
582 lxvb16x 30+32, 0, 7 # load IV - v30
611 vxor 15, 30, 29 # IV + round key - add round key 0
654 vaddudm 30, 30, 31 # IV + counter
795 vaddudm 30, 30, 31 # IV + counter
819 stxvb16x 30+32, 0, 7 # update IV
882 vaddudm 30, 30, 31 # IV + counter
889 stxvb16x 30+32, 0, 7 # update IV
[all...]
/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c47 XSprePUSH; PUSHi((IV)RETVAL); in XS()
70 XSprePUSH; PUSHi((IV)RETVAL); in XS()
93 XSprePUSH; PUSHi((IV)RETVAL); in XS()
/kernel/linux/linux-6.6/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c47 XSprePUSH; PUSHi((IV)RETVAL); in XS()
70 XSprePUSH; PUSHi((IV)RETVAL); in XS()
93 XSprePUSH; PUSHi((IV)RETVAL); in XS()
/kernel/linux/linux-5.10/drivers/block/
H A Dcryptoloop.c98 int size, sector_t IV) in cryptoloop_transfer()
134 iv[0] = cpu_to_le32(IV & 0xffffffff); in cryptoloop_transfer()
144 IV++; in cryptoloop_transfer()
95 cryptoloop_transfer(struct loop_device *lo, int cmd, struct page *raw_page, unsigned raw_off, struct page *loop_page, unsigned loop_off, int size, sector_t IV) cryptoloop_transfer() argument
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_asm.S139 #define IV %xmm3 define
2502 movups (IVP), IV
2523 pxor IV, STATE1
2528 movaps IN4, IV
2531 movaps IN2, IV
2553 pxor IV, STATE
2555 movaps IN, IV
2562 movups IV, (IVP)
2653 movups (IVP), IV
2679 pxor IV, STAT
[all...]
H A Dblake2s-core.S11 IV: .octa 0xA54FF53A3C6EF372BB67AE856A09E667 label
65 movdqa IV(%rip),%xmm2
67 pxor IV+0x10(%rip),%xmm3
183 vmovdqa IV(%rip),%xmm14
184 vmovdqa IV+16(%rip),%xmm15
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.c73 #define IV AES_BLOCK_SIZE macro
847 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr()
849 FILL_SEC_CPL_CIPHERSTOP_HI(0, 0, IV + 1, 0); in create_cipher_wr()
855 0, 0, IV >> 1); in create_cipher_wr()
887 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr()
1206 memcpy(req->iv, reqctx->init_iv, IV); in chcr_handle_cipher_resp()
1276 pr_err("AES: Invalid value of Key Len %d nbytes %d IV Len %d\n", in process_cipher()
1297 reqctx->imm = (transhdr_len + IV + req->cryptlen) <= in process_cipher()
1299 bytes = IV + req->cryptlen; in process_cipher()
1327 memcpy(reqctx->init_iv, reqctx->iv, IV); in process_cipher()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_algo.c74 #define IV AES_BLOCK_SIZE macro
840 chcr_req->sec_cpl.pldlen = htonl(IV + wrparam->bytes); in create_cipher_wr()
842 FILL_SEC_CPL_CIPHERSTOP_HI(0, 0, IV + 1, 0); in create_cipher_wr()
848 0, 0, IV >> 1); in create_cipher_wr()
880 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr()
1199 memcpy(req->iv, reqctx->init_iv, IV); in chcr_handle_cipher_resp()
1269 pr_err("AES: Invalid value of Key Len %d nbytes %d IV Len %d\n", in process_cipher()
1290 reqctx->imm = (transhdr_len + IV + req->cryptlen) <= in process_cipher()
1292 bytes = IV + req->cryptlen; in process_cipher()
1320 memcpy(reqctx->init_iv, reqctx->iv, IV); in process_cipher()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_asm.S143 #define IV %xmm3 define
2508 movups (IVP), IV
2529 pxor IV, STATE1
2534 movaps IN4, IV
2537 movaps IN2, IV
2559 pxor IV, STATE
2561 movaps IN, IV
2568 movups IV, (IVP)
2591 * IV
2593 * CTR: == IV, i
[all...]
H A Dblake2s-core.S11 IV: .octa 0xA54FF53A3C6EF372BB67AE856A09E667 label
65 movdqa IV(%rip),%xmm2
67 pxor IV+0x10(%rip),%xmm3
183 vmovdqa IV(%rip),%xmm14
184 vmovdqa IV+16(%rip),%xmm15
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-modes.S324 IV .req x5
336 ld1 {vctr.16b}, [IV]
339 * Keep 64 bits of the IV in a register. For CTR mode this lets us
340 * easily increment the IV. For XCTR mode this lets us efficiently XOR
341 * the 64-bit counter with the IV.
400 * invariance since the branches are dependent on the IV instead
474 st1 {vctr.16b}, [IV] /* return next CTR value */
577 .unreq IV
/kernel/linux/linux-5.10/fs/gfs2/
H A Dtrace_gfs2.h23 dlm_state_name(IV), \
/kernel/linux/linux-6.6/fs/gfs2/
H A Dtrace_gfs2.h23 dlm_state_name(IV), \
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-ce-core.S494 @ Encrypt the IV in q0 with the second AES key. This should only
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-ce-core.S494 @ Encrypt the IV in q0 with the second AES key. This should only
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dd11.h763 u8 IV[16]; /* 0x0b - 0x12 */ member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dd11.h763 u8 IV[16]; /* 0x0b - 0x12 */ member

Completed in 27 milliseconds