Home
last modified time | relevance | path

Searched refs:in_place (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Dcipher.c72 int in_place; in crypt() local
78 in_place = scatterwalk_samebuf(&walk_in, &walk_out, in crypt()
85 prfn(tfm, dst_p, src_p, crfn, enc, info, in_place); in crypt()
100 cryptfn_t fn, int enc, void *info, int in_place) in cbc_process() argument
113 u8 stack[in_place ? crypto_tfm_alg_blocksize(tfm) : 0]; in cbc_process()
114 u8 *buf = in_place ? stack : dst; in cbc_process()
125 cryptfn_t fn, int enc, void *info, int in_place) in ecb_process() argument
/drivers/crypto/
Dn2_core.c834 bool in_place; in __n2_crypt_chunk() local
844 in_place = (cp->dest_paddr == cp->arr[0].src_paddr); in __n2_crypt_chunk()
850 (in_place ? OPCODE_INPLACE_BIT : 0)); in __n2_crypt_chunk()
857 ent->dest_addr = (in_place ? 0UL : cp->dest_paddr); in __n2_crypt_chunk()
906 bool in_place; in n2_compute_chunks() local
913 in_place = (src_paddr == dest_paddr); in n2_compute_chunks()
917 if (in_place != prev_in_place || in n2_compute_chunks()
942 prev_in_place = in_place; in n2_compute_chunks()