Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dcts.c59 struct crypto_cts_reqctx { struct
67 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_reqctx_space() argument
104 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_encrypt()
150 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_encrypt()
185 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_decrypt()
244 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_decrypt()
305 reqsize = ALIGN(sizeof(struct crypto_cts_reqctx) + in crypto_cts_init_tfm()