/freebsd/crypto/openssl/crypto/evp/ |
H A D | kem.c | 137 ctx->op.encap.kem = kem; in evp_kem_init() 138 ctx->op.encap.algctx = kem->newctx(ossl_provider_ctx(kem->prov)); in evp_kem_init() 139 if (ctx->op.encap.algctx == NULL) { in evp_kem_init() 152 ret = kem->encapsulate_init(ctx->op.encap.algctx, provkey, params); in evp_kem_init() 160 ret = kem->decapsulate_init(ctx->op.encap.algctx, provkey, params); in evp_kem_init() 198 if (ctx->op.encap.algctx == NULL) { in EVP_PKEY_encapsulate() 206 return ctx->op.encap.kem->encapsulate(ctx->op.encap.algctx, in EVP_PKEY_encapsulate() 229 if (ctx->op.encap.algctx == NULL) { in EVP_PKEY_decapsulate() 233 return ctx->op.encap.kem->decapsulate(ctx->op.encap.algctx, in EVP_PKEY_decapsulate()
|
H A D | pmeth_lib.c | 174 && ctx->op.encap.algctx != NULL)) in evp_pkey_ctx_state() 393 if (ctx->op.encap.algctx != NULL && ctx->op.encap.kem != NULL) in evp_pkey_ctx_free_old_ops() 394 ctx->op.encap.kem->freectx(ctx->op.encap.algctx); in evp_pkey_ctx_free_old_ops() 395 EVP_KEM_free(ctx->op.encap.kem); in evp_pkey_ctx_free_old_ops() 396 ctx->op.encap.algctx = NULL; in evp_pkey_ctx_free_old_ops() 397 ctx->op.encap.kem = NULL; in evp_pkey_ctx_free_old_ops() 568 if (pctx->op.encap.kem != NULL) { in EVP_PKEY_CTX_dup() 569 rctx->op.encap.kem = pctx->op.encap.kem; in EVP_PKEY_CTX_dup() 570 if (!EVP_KEM_up_ref(rctx->op.encap.kem)) in EVP_PKEY_CTX_dup() 573 if (pctx->op.encap.algctx != NULL) { in EVP_PKEY_CTX_dup() [all …]
|
H A D | ctrl_params_translate.c | 426 && ctx->pctx->op.encap.algctx == NULL) in default_fixup_args()
|
/freebsd/sys/netinet6/ |
H A D | in6_gif.c | 400 const struct encap_config encap; member 405 .encap = { 416 .encap = { 425 .encap = { 449 &ipv6_encap_cfg[i].encap, NULL, M_WAITOK); in in6_gif_init()
|
/freebsd/sys/netinet/ |
H A D | in_gif.c | 379 const struct encap_config encap; member 383 .encap = { 393 .encap = { 404 .encap = { 428 &ipv4_encap_cfg[i].encap, NULL, M_WAITOK); in in_gif_init()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_std_types_flow_action.c | 223 struct ib_flow_spec_list encap; member 298 ret = flow_action_esp_get_encap(&esp_attr->encap, attrs); in parse_flow_action_esp() 302 esp_attr->hdr.encap = &esp_attr->encap; in parse_flow_action_esp()
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec_fs.c | 182 static void setup_fte_spi(struct mlx5_flow_spec *spec, u32 spi, bool encap) in setup_fte_spi() argument 187 if (encap) { in setup_fte_spi() 400 if (attrs->encap) in setup_pkt_transport_reformat() 405 if (attrs->encap) in setup_pkt_transport_reformat() 413 if (attrs->encap) in setup_pkt_transport_reformat() 420 if (attrs->encap) { in setup_pkt_transport_reformat() 448 if (attrs->encap) in setup_pkt_reformat() 578 if (!attrs->encap) in rx_add_rule() 581 setup_fte_spi(spec, attrs->spi, attrs->encap); in rx_add_rule()
|
H A D | ipsec.h | 106 u8 encap : 1; member
|
H A D | mlx5_ipsec.c | 208 attrs->encap = true; in mlx5e_ipsec_build_accel_xfrm_attrs()
|
/freebsd/lib/libc/net/ |
H A D | protocols | 105 encap 98 ENCAP # Yet Another IP encapsulation
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | ChangeLog | 1666 * arcfour.c (_gssapi_wrap_arcfour): fix calculating the encap 2184 * unwrap.c: encap/decap now takes a oid if the enctype/keytype is 2187 * verify_mic.c: encap/decap now takes a oid if the enctype/keytype 2190 * get_mic.c: encap/decap now takes a oid if the enctype/keytype is 2193 * accept_sec_context.c: encap/decap now takes a oid 2195 * init_sec_context.c: encap/decap now takes a oid 2198 OM_uint32, depend on gssapi interface add all new encap/decap 2205 * encapsulate.c: add encap functions that doesn't take the token 2206 type also make all encap function take the oid mech that they
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_filter.c | 969 __in boolean_t encap, in efx_mcdi_get_parser_disp_info() argument 985 MCDI_IN_SET_DWORD(req, GET_PARSER_DISP_INFO_OUT_OP, encap ? in efx_mcdi_get_parser_disp_info()
|
/freebsd/sys/dev/ice/ |
H A D | ice_flow.c | 1533 #define ICE_FLOW_GEN_PROFID(hash, hdr, encap) \ 1536 (((u64)(encap) << ICE_FLOW_PROF_ENCAP_S) & \ 1535 ICE_FLOW_GEN_PROFID(hash,hdr,encap) global() argument
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | evp.h | 82 } encap; member
|
/freebsd/sys/net/ |
H A D | if_vxlan.c | 2479 csum_flags_to_inner_flags(uint32_t csum_flags_in, const uint32_t encap) in csum_flags_to_inner_flags() 2481 uint32_t csum_flags = encap; in csum_flags_to_inner_flags() 2477 csum_flags_to_inner_flags(uint32_t csum_flags_in,const uint32_t encap) csum_flags_to_inner_flags() argument
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 1953 struct ib_flow_spec_list *encap; member
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.c | 1062 encap = 1; in set_filter_mode()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | animation | 143 >8 string drc1 \b, Dirac (wavelet compression), encap in ISO base media (MP4)
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 1792 prsvp 3455/udp rsvp-encap #RSVP Port
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 1710 "(encap)". Under -v, both the inner and output packets are dumped
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 2116 CON: due to differences in encap/decap logic from RFC2401, it may not
|