Lines Matching refs:algt
480 struct crypto_attr_type *algt; in crypto_ccm_alloc_common() local
487 algt = crypto_get_attr_type(tb); in crypto_ccm_alloc_common()
488 if (IS_ERR(algt)) in crypto_ccm_alloc_common()
489 return ERR_CAST(algt); in crypto_ccm_alloc_common()
491 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_ccm_alloc_common()
517 crypto_requires_sync(algt->type, in crypto_ccm_alloc_common()
518 algt->mask)); in crypto_ccm_alloc_common()
749 struct crypto_attr_type *algt; in crypto_rfc4309_alloc() local
756 algt = crypto_get_attr_type(tb); in crypto_rfc4309_alloc()
757 if (IS_ERR(algt)) in crypto_rfc4309_alloc()
758 return ERR_CAST(algt); in crypto_rfc4309_alloc()
760 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_rfc4309_alloc()
774 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4309_alloc()