Searched refs:space (Results 1 – 3 of 3) sorted by relevance
/crypto/ |
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()
|
D | Kconfig | 1129 suited for restricted-space environments, in which it also 1175 suited for restricted-space environments, in which it also 1203 suited for restricted-space environments, in which it also 1924 tristate "User-space interface for hash algorithms" 1933 tristate "User-space interface for symmetric key cipher algorithms" 1942 tristate "User-space interface for random number generator algorithms" 1954 This option enables extra API for CAVP testing via the user-space 1960 tristate "User-space interface for AEAD cipher algorithms" 1980 bool "Crypto usage statistics for User-space"
|
D | ecc.c | 79 static void ecc_free_digits_space(u64 *space) in ecc_free_digits_space() argument 81 kfree_sensitive(space); in ecc_free_digits_space()
|