Lines Matching refs:algt
700 struct crypto_attr_type *algt; in crypto_gcm_alloc_common() local
708 algt = crypto_get_attr_type(tb); in crypto_gcm_alloc_common()
709 if (IS_ERR(algt)) in crypto_gcm_alloc_common()
710 return ERR_CAST(algt); in crypto_gcm_alloc_common()
712 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_gcm_alloc_common()
718 crypto_requires_sync(algt->type, in crypto_gcm_alloc_common()
719 algt->mask)); in crypto_gcm_alloc_common()
737 crypto_requires_sync(algt->type, in crypto_gcm_alloc_common()
738 algt->mask)); in crypto_gcm_alloc_common()
966 struct crypto_attr_type *algt; in crypto_rfc4106_alloc() local
973 algt = crypto_get_attr_type(tb); in crypto_rfc4106_alloc()
974 if (IS_ERR(algt)) in crypto_rfc4106_alloc()
975 return ERR_CAST(algt); in crypto_rfc4106_alloc()
977 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_rfc4106_alloc()
991 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4106_alloc()
1281 struct crypto_attr_type *algt; in crypto_rfc4543_alloc() local
1289 algt = crypto_get_attr_type(tb); in crypto_rfc4543_alloc()
1290 if (IS_ERR(algt)) in crypto_rfc4543_alloc()
1291 return ERR_CAST(algt); in crypto_rfc4543_alloc()
1293 if ((algt->type ^ CRYPTO_ALG_TYPE_AEAD) & algt->mask) in crypto_rfc4543_alloc()
1308 crypto_requires_sync(algt->type, algt->mask)); in crypto_rfc4543_alloc()