Home
last modified time | relevance | path

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

/crypto/
Dxts.c29 struct crypto_cipher *tweak; member
36 struct crypto_cipher *child = ctx->tweak; in setkey()
118 tw(crypto_cipher_tfm(ctx->tweak), w->iv, w->iv); in crypt()
153 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, in encrypt()
164 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, in decrypt()
202 ctx->tweak = cipher; in init_tfm()
211 crypto_free_cipher(ctx->tweak); in exit_tfm()