Lines Matching refs:algt
510 struct crypto_attr_type *algt; in crypto_ccm_create_common() local
517 algt = crypto_get_attr_type(tb); in crypto_ccm_create_common()
518 if (IS_ERR(algt)) in crypto_ccm_create_common()
519 return PTR_ERR(algt); in crypto_ccm_create_common()
521 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_ccm_create_common()
548 crypto_requires_sync(algt->type, in crypto_ccm_create_common()
549 algt->mask)); in crypto_ccm_create_common()
810 struct crypto_attr_type *algt; in crypto_rfc4309_create() local
817 algt = crypto_get_attr_type(tb); in crypto_rfc4309_create()
818 if (IS_ERR(algt)) in crypto_rfc4309_create()
819 return PTR_ERR(algt); in crypto_rfc4309_create()
821 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_rfc4309_create()
835 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4309_create()