Searched refs:space (Results 1 – 3 of 3) sorted by relevance
/crypto/ |
D | cts.c | 192 u8 *space; in cts_cbc_decrypt() local 202 space = crypto_cts_reqctx_space(req); in cts_cbc_decrypt() 203 crypto_xor(d + bsize, space, bsize); in cts_cbc_decrypt() 222 skcipher_request_set_crypt(subreq, sg, sg, bsize, space); in cts_cbc_decrypt() 250 u8 *space; in crypto_cts_decrypt() local 269 space = crypto_cts_reqctx_space(req); in crypto_cts_decrypt() 275 memcpy(space, req->iv, bsize); in crypto_cts_decrypt() 277 scatterwalk_map_and_copy(space, req->src, offset - 2 * bsize, in crypto_cts_decrypt()
|
D | Kconfig | 1038 suited for restricted-space environments, in which it also 1085 suited for restricted-space environments, in which it also 1114 suited for restricted-space environments, in which it also 1796 tristate "User-space interface for hash algorithms" 1805 tristate "User-space interface for symmetric key cipher algorithms" 1814 tristate "User-space interface for random number generator algorithms" 1823 tristate "User-space interface for AEAD cipher algorithms" 1834 bool "Crypto usage statistics for User-space"
|
D | ecc.c | 68 static void ecc_free_digits_space(u64 *space) in ecc_free_digits_space() argument 70 kzfree(space); in ecc_free_digits_space()
|