Lines Matching refs:algt
459 struct crypto_attr_type *algt; in crypto_ccm_create_common() local
467 algt = crypto_get_attr_type(tb); in crypto_ccm_create_common()
468 if (IS_ERR(algt)) in crypto_ccm_create_common()
469 return PTR_ERR(algt); in crypto_ccm_create_common()
471 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_ccm_create_common()
500 crypto_requires_sync(algt->type, in crypto_ccm_create_common()
501 algt->mask)); in crypto_ccm_create_common()
747 struct crypto_attr_type *algt; in crypto_rfc4309_create() local
754 algt = crypto_get_attr_type(tb); in crypto_rfc4309_create()
755 if (IS_ERR(algt)) in crypto_rfc4309_create()
756 return PTR_ERR(algt); in crypto_rfc4309_create()
758 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_rfc4309_create()
772 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4309_create()