Searched refs:otfm (Results 1 - 3 of 3) sorted by relevance

/linux-master/crypto/
H A Dapi.c544 struct crypto_tfm *otfm)
546 struct crypto_alg *alg = otfm->__crt_alg;
554 mem = crypto_alloc_tfmmem(alg, frontend, otfm->node, GFP_ATOMIC);
561 tfm->crt_flags = otfm->crt_flags;
562 tfm->exit = otfm->exit;
543 crypto_clone_tfm(const struct crypto_type *frontend, struct crypto_tfm *otfm) argument
H A Dcmac.c211 static int cmac_clone_tfm(struct crypto_shash *tfm, struct crypto_shash *otfm) argument
213 struct cmac_tfm_ctx *octx = crypto_shash_ctx(otfm);
H A Dinternal.h128 struct crypto_tfm *otfm);

Completed in 155 milliseconds