Lines Matching refs:algt
462 struct crypto_attr_type *algt; in crypto_ccm_create_common() local
470 algt = crypto_get_attr_type(tb); in crypto_ccm_create_common()
471 if (IS_ERR(algt)) in crypto_ccm_create_common()
472 return PTR_ERR(algt); in crypto_ccm_create_common()
474 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_ccm_create_common()
502 crypto_requires_sync(algt->type, in crypto_ccm_create_common()
503 algt->mask)); in crypto_ccm_create_common()
769 struct crypto_attr_type *algt; in crypto_rfc4309_create() local
776 algt = crypto_get_attr_type(tb); in crypto_rfc4309_create()
777 if (IS_ERR(algt)) in crypto_rfc4309_create()
778 return PTR_ERR(algt); in crypto_rfc4309_create()
780 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_rfc4309_create()
794 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4309_create()