Home
last modified time | relevance | path

Searched refs:encap (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dkem.c137 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 Dpmeth_lib.c174 && 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 Dctrl_params_translate.c426 && ctx->pctx->op.encap.algctx == NULL) in default_fixup_args()
/freebsd/sys/netinet6/
H A Din6_gif.c400 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 Din_gif.c379 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 Dib_uverbs_std_types_flow_action.c223 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 Dmlx5_ipsec_fs.c182 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 Dipsec.h106 u8 encap : 1; member
H A Dmlx5_ipsec.c208 attrs->encap = true; in mlx5e_ipsec_build_accel_xfrm_attrs()
/freebsd/lib/libc/net/
H A Dprotocols105 encap 98 ENCAP # Yet Another IP encapsulation
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog1666 * 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 Def10_filter.c969 __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 Dice_flow.c1533 #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 Devp.h82 } encap; member
/freebsd/sys/net/
H A Dif_vxlan.c2479 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 Dib_verbs.h1953 struct ib_flow_spec_list *encap; member
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c1062 encap = 1; in set_filter_mode()
/freebsd/contrib/file/magic/Magdir/
H A Danimation143 >8 string drc1 \b, Dirac (wavelet compression), encap in ISO base media (MP4)
/freebsd/usr.sbin/services_mkdb/
H A Dservices1792 prsvp 3455/udp rsvp-encap #RSVP Port
/freebsd/contrib/tcpdump/
H A DCHANGES1710 "(encap)". Under -v, both the inner and output packets are dumped
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION2116 CON: due to differences in encap/decap logic from RFC2401, it may not