Searched refs:space (Results 1 – 3 of 3) sorted by relevance
| /crypto/ |
| A D | cts.c | 188 u8 *space; in cts_cbc_decrypt() local 198 space = crypto_cts_reqctx_space(req); in cts_cbc_decrypt() 199 crypto_xor(d + bsize, space, bsize); in cts_cbc_decrypt() 218 skcipher_request_set_crypt(subreq, sg, sg, bsize, space); in cts_cbc_decrypt() 246 u8 *space; in crypto_cts_decrypt() local 265 space = crypto_cts_reqctx_space(req); in crypto_cts_decrypt() 271 memcpy(space, req->iv, bsize); in crypto_cts_decrypt() 273 scatterwalk_map_and_copy(space, req->src, offset - 2 * bsize, in crypto_cts_decrypt()
|
| A D | ecc.c | 103 static void ecc_free_digits_space(u64 *space) in ecc_free_digits_space() argument 105 kfree_sensitive(space); in ecc_free_digits_space()
|
| A D | Kconfig | 371 suited for restricted-space environments, in which it also
|
Completed in 13 milliseconds