Searched refs:cra_type (Results 1 - 18 of 18) sorted by relevance

/linux-master/crypto/
H A Dproc.c64 if (alg->cra_type && alg->cra_type->show) {
65 alg->cra_type->show(m, alg);
H A Dacompress.c69 if (tfm->__crt_alg->cra_type != &crypto_acomp_type)
90 if (alg->cra_type != &crypto_acomp_type)
161 if (req && (tfm->__crt_alg->cra_type != &crypto_acomp_type))
173 if (tfm->__crt_alg->cra_type != &crypto_acomp_type)
202 base->cra_type = &crypto_acomp_type;
H A Dcrypto_user_stat.c78 if (alg->cra_type && alg->cra_type->report_stat) {
79 if (alg->cra_type->report_stat(skb, alg))
H A Dskcipher.c491 if (alg->co.base.cra_type != &crypto_skcipher_type)
623 if (cipher->co.base.cra_type != &crypto_skcipher_type) {
668 else if (alg->co.base.cra_type != &crypto_skcipher_type)
692 else if (alg->co.base.cra_type != &crypto_skcipher_type)
742 if (alg->co.base.cra_type != &crypto_skcipher_type)
753 if (alg->co.base.cra_type != &crypto_skcipher_type)
774 if (tfm->__crt_alg->cra_type != &crypto_skcipher_type) {
797 if (alg->cra_type != &crypto_skcipher_type)
978 base->cra_type = &crypto_skcipher_type;
H A Dcrypto_user_base.c127 if (alg->cra_type && alg->cra_type->report) {
128 if (alg->cra_type->report(skb, alg))
H A Dkpp.c137 base->cra_type = &crypto_kpp_type;
H A Dsig.c26 if (tfm->__crt_alg->cra_type != &crypto_sig_type)
H A Drng.c208 base->cra_type = &crypto_rng_type;
H A Dahash.c521 if (tfm->__crt_alg->cra_type == &crypto_shash_type)
534 if (alg->cra_type == &crypto_shash_type)
625 if (alg->cra_type == &crypto_shash_type)
698 base->cra_type = &crypto_ahash_type;
H A Dapi.c350 const struct crypto_type *type = tfm->__crt_alg->cra_type;
358 const struct crypto_type *type_obj = alg->cra_type;
H A Dakcipher.c137 base->cra_type = &crypto_akcipher_type;
H A Daead.c290 base->cra_type = &crypto_aead_type;
H A Dscompress.c289 base->cra_type = &crypto_scomp_type;
H A Dshash.c386 base->cra_type = &crypto_shash_type;
H A Dalgapi.c56 if (!alg->cra_type && (alg->cra_flags & CRYPTO_ALG_TYPE_MASK) ==
75 inst->alg.cra_type->free(inst);
H A Dlskcipher.c420 base->cra_type = &crypto_lskcipher_type;
/linux-master/arch/powerpc/crypto/
H A Daes.c120 .cra_type = NULL,
/linux-master/include/linux/
H A Dcrypto.h307 * @cra_type: Type of the cryptographic transformation. This is a pointer to
315 * by @cra_type and @cra_flags above, the associated structure must be
358 const struct crypto_type *cra_type; member in struct:crypto_alg

Completed in 245 milliseconds