Lines Matching defs:stfm
149 struct crypto_skcipher *stfm;
155 stfm = crypto_skcipher_reqtfm(sreq);
156 ctx = crypto_skcipher_ctx(stfm);
161 ivsize = crypto_skcipher_ivsize(stfm);
236 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req);
239 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
242 int ivsize = crypto_skcipher_ivsize(stfm);
282 memcpy(fctx->enc.encr_iv, req->iv, crypto_skcipher_ivsize(stfm));
343 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req);
346 u32 enc_iv_len = crypto_skcipher_ivsize(stfm);