crypto_skcipher_tfm
return des3_setkey(crypto_skcipher_tfm(tfm), key, key_len);
return des_setkey(crypto_skcipher_tfm(tfm), key, key_len);
return camellia_set_key(crypto_skcipher_tfm(tfm), in_key, key_len);
return des3_ede_set_key(crypto_skcipher_tfm(tfm), key, keylen);
return des_set_key(crypto_skcipher_tfm(tfm), key, keylen);
queue = cryptd_get_queue(crypto_skcipher_tfm(tfm));
crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)),
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher);
generic_cra_exit(crypto_skcipher_tfm(tfm));
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(sk_tfm);
crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)));
struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
struct crypto_tfm *ctfm = crypto_skcipher_tfm(tfm);
crypto_tfm_alg_driver_name(crypto_skcipher_tfm(ctx->fallback_tfm))
return init_tfm(crypto_skcipher_tfm(tfm));
struct crypto_tfm *ctfm = crypto_skcipher_tfm(tfm);
exit_tfm(crypto_skcipher_tfm(tfm));
struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
const char *name = crypto_tfm_alg_name(crypto_skcipher_tfm(tfm));
struct crypto_tfm *tfm = crypto_skcipher_tfm(
return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len);
struct crypto_tfm *tfm = crypto_skcipher_tfm(ablk);
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher));
crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher));
return crypto_des_verify_key(crypto_skcipher_tfm(tfm), key);
return crypto_des3_ede_verify_key(crypto_skcipher_tfm(tfm), key);
struct crypto_tfm *tfm_base = crypto_skcipher_tfm(tfm);
return crypto_skcipher_tfm(&tfm->base);
crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm));
return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm));
return container_of(crypto_skcipher_tfm(tfm)->__crt_alg,
return container_of(crypto_skcipher_tfm(tfm)->__crt_alg,
return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm));
return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm));
return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm));
crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags);
crypto_tfm_clear_flags(crypto_skcipher_tfm(tfm), flags);
req->base.tfm = crypto_skcipher_tfm(tfm);