Searched refs:tweak (Results 1 – 2 of 2) sorted by relevance
25 struct crypto_cipher *tweak; member45 struct crypto_cipher *tweak; in setkey() local59 tweak = ctx->tweak; in setkey()60 crypto_cipher_clear_flags(tweak, CRYPTO_TFM_REQ_MASK); in setkey()61 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in setkey()63 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in setkey()64 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(tweak) & in setkey()256 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in init_crypt()301 struct crypto_cipher *tweak; in init_tfm() local309 tweak = crypto_alloc_cipher(ictx->name, 0, 0); in init_tfm()[all …]
74 const u8 *tweak = key + keylen - bsize; in setkey() local91 ctx->table = gf128mul_init_64k_bbe((be128 *)tweak); in setkey()