Searched refs:stfm (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c132 struct crypto_skcipher *stfm; local
137 stfm = crypto_skcipher_reqtfm(sreq);
138 ctx = crypto_skcipher_ctx(stfm);
143 ivsize = crypto_skcipher_ivsize(stfm);
222 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req); local
224 struct otx2_cpt_enc_ctx *ctx = crypto_skcipher_ctx(stfm);
227 int ivsize = crypto_skcipher_ivsize(stfm);
267 memcpy(fctx->enc.encr_iv, req->iv, crypto_skcipher_ivsize(stfm));
328 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req); local
330 struct otx2_cpt_enc_ctx *ctx = crypto_skcipher_ctx(stfm);
351 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req); local
532 otx2_cpt_enc_dec_init(struct crypto_skcipher *stfm) argument
[all...]
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c148 struct crypto_skcipher *stfm; local
154 stfm = crypto_skcipher_reqtfm(sreq);
155 ctx = crypto_skcipher_ctx(stfm);
160 ivsize = crypto_skcipher_ivsize(stfm);
235 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req); local
238 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
241 int ivsize = crypto_skcipher_ivsize(stfm);
281 memcpy(fctx->enc.encr_iv, req->iv, crypto_skcipher_ivsize(stfm));
342 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req); local
345 u32 enc_iv_len = crypto_skcipher_ivsize(stfm);
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c1019 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req); local
1020 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
1068 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req); local
1069 struct qat_alg_skcipher_ctx *ctx = crypto_skcipher_ctx(stfm);
1086 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req); local
1087 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
1136 struct crypto_skcipher *stfm = crypto_skcipher_reqtfm(req); local
1137 struct qat_alg_skcipher_ctx *ctx = crypto_skcipher_ctx(stfm);
/linux-master/crypto/
H A Dtestmgr.c1900 struct crypto_shash *stfm = NULL; local
1933 err = alloc_shash(driver, type, mask, &stfm, &desc);
1948 if (stfm)
1949 statesize = max(statesize, crypto_shash_statesize(stfm));
1976 crypto_free_shash(stfm);

Completed in 138 milliseconds