Searched refs:ctype (Results 1 – 3 of 3) sorted by relevance
39 .ctype = CKSUMTYPE_RSA_MD5,61 .ctype = CKSUMTYPE_HMAC_SHA1_DES3,82 .ctype = CKSUMTYPE_HMAC_SHA1_96_AES128,105 .ctype = CKSUMTYPE_HMAC_SHA1_96_AES256,
204 switch (kctx->gk5e->ctype) { in make_checksum()299 switch (kctx->gk5e->ctype) { in make_checksum_v2()
1457 void nft_register_chain_type(const struct nft_chain_type *ctype) in nft_register_chain_type() argument1460 if (WARN_ON(__nft_chain_type_get(ctype->family, ctype->type))) { in nft_register_chain_type()1464 chain_type[ctype->family][ctype->type] = ctype; in nft_register_chain_type()1469 void nft_unregister_chain_type(const struct nft_chain_type *ctype) in nft_unregister_chain_type() argument1472 chain_type[ctype->family][ctype->type] = NULL; in nft_unregister_chain_type()