Searched refs:cra_type (Results 1 – 18 of 18) sorted by relevance
69 if (tfm->__crt_alg->cra_type != &crypto_acomp_type) in crypto_acomp_init_tfm()90 if (alg->cra_type != &crypto_acomp_type) in crypto_acomp_extsize()161 if (req && (tfm->__crt_alg->cra_type != &crypto_acomp_type)) in acomp_request_alloc()173 if (tfm->__crt_alg->cra_type != &crypto_acomp_type) in acomp_request_free()202 base->cra_type = &crypto_acomp_type; in crypto_register_acomp()
64 if (alg->cra_type && alg->cra_type->show) { in c_show()65 alg->cra_type->show(m, alg); in c_show()
78 if (alg->cra_type && alg->cra_type->report_stat) { in crypto_reportstat_one()79 if (alg->cra_type->report_stat(skb, alg)) in crypto_reportstat_one()
431 if (tfm->__crt_alg->cra_type != &crypto_ahash_type) in crypto_ahash_init_tfm()455 if (alg->cra_type != &crypto_ahash_type) in crypto_ahash_extsize()574 if (tfm->__crt_alg->cra_type != &crypto_ahash_type) in crypto_clone_ahash()606 base->cra_type = &crypto_ahash_type; in ahash_prepare_alg()680 if (alg->cra_type != &crypto_ahash_type) in crypto_hash_alg_has_setkey()
127 if (alg->cra_type && alg->cra_type->report) { in crypto_report_one()128 if (alg->cra_type->report(skb, alg)) in crypto_report_one()
26 if (tfm->__crt_alg->cra_type != &crypto_sig_type) in crypto_sig_init_tfm()
137 base->cra_type = &crypto_kpp_type; in kpp_prepare_alg()
208 base->cra_type = &crypto_rng_type; in crypto_register_rng()
350 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops()358 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize()
267 base->cra_type = &crypto_scomp_type; in crypto_register_scomp()
137 base->cra_type = &crypto_akcipher_type; in akcipher_prepare_alg()
284 base->cra_type = &crypto_aead_type; in aead_prepare_alg()
56 if (!alg->cra_type && (alg->cra_flags & CRYPTO_ALG_TYPE_MASK) == in crypto_check_alg()75 inst->alg.cra_type->free(inst); in crypto_free_instance()
655 base->cra_type = &crypto_shash_type; in shash_prepare_alg()
851 base->cra_type = &crypto_skcipher_type; in skcipher_prepare_alg()
120 .cra_type = NULL,
358 const struct crypto_type *cra_type; member
61 crypto_alg field .cra_type is empty. The .cra_u.cipher has to be