Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher_xts.c45 static TEE_Result do_tweak_block(struct cipherdata *ctx, in do_tweak_block() function
167 ret = do_tweak_block(ctx, &enc_tweak.orig, &srcbuf, &dstbuf, in caam_cipher_update_xts()
207 ret = do_tweak_block(ctx, &tmpsrc, &srcbuf, in caam_cipher_update_xts()
210 ret = do_tweak_block(ctx, &enc_tweak.orig, &srcbuf, in caam_cipher_update_xts()
230 ret = do_tweak_block(ctx, &enc_tweak.orig, &tmpsrc, &dstbuf, in caam_cipher_update_xts()