Home
last modified time | relevance | path

Searched defs:template (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c323 crypto_key_t *key, crypto_spi_ctx_template_t template, in aes_encrypt_init()
331 crypto_key_t *key, crypto_spi_ctx_template_t template, in aes_decrypt_init()
344 crypto_key_t *key, crypto_spi_ctx_template_t template, in aes_common_init()
937 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in aes_encrypt_atomic()
1073 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in aes_decrypt_atomic()
1299 aes_common_init_ctx(aes_ctx_t *aes_ctx, crypto_spi_ctx_template_t *template, in aes_common_init_ctx()
1419 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in aes_mac_atomic()
1441 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in aes_mac_verify_atomic()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h630 #define KCF_PROV_ENCRYPT_INIT(pd, ctx, mech, key, template, req) ( \ argument
653 template, req) ( \ argument
660 #define KCF_PROV_DECRYPT_INIT(pd, ctx, mech, key, template, req) ( \ argument
683 template, req) ( \ argument
694 #define KCF_PROV_MAC_INIT(pd, ctx, mech, key, template, req) ( \ argument
727 template, req) ( \ argument
738 #define KCF_PROV_SIGN_INIT(pd, ctx, mech, key, template, req) ( \ argument
765 #define KCF_PROV_SIGN_RECOVER_INIT(pd, ctx, mech, key, template, \ argument
788 #define KCF_PROV_VERIFY_INIT(pd, ctx, mech, key, template, req) ( \ argument
833 template, data, req) ( \ argument
[all …]
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_flow.h53 efx_filter_spec_t template; member
/f-stack/freebsd/netipsec/
H A Dsubr_ipsec.c70 static const struct sockaddr_in template = { in ipsec4_setsockaddrs() local
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_po.h190 struct otx2_ipsec_po_ip_template template; member
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dummynet.c331 struct dn_queue *q, *template = arg; in q_new() local
435 struct dn_queue template; in ipdn_q_find() local
/f-stack/dpdk/drivers/net/enic/
H A Denic_fm_flow.c912 append_template(void **template, uint8_t *off, const void *data, int len) in append_template()
1030 void *template; in enic_fm_copy_vxlan_encap() local
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c7150 ipf_tune_array_copy(base, size, template) in ipf_tune_array_copy() argument