Home
last modified time | relevance | path

Searched refs:comp_data (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c564 struct mlxfw_mfa2_comp_data *comp_data; in mlxfw_mfa2_file_component_get() local
580 comp_data = kmalloc(sizeof(*comp_data) + comp_buf_size, GFP_KERNEL); in mlxfw_mfa2_file_component_get()
581 if (!comp_data) in mlxfw_mfa2_file_component_get()
583 comp_data->comp.data_size = comp_size; in mlxfw_mfa2_file_component_get()
584 comp_data->comp.index = be16_to_cpu(comp->identifier); in mlxfw_mfa2_file_component_get()
586 comp_data->buff); in mlxfw_mfa2_file_component_get()
592 if (memcmp(comp_data->buff, mlxfw_mfa2_comp_magic, in mlxfw_mfa2_file_component_get()
599 comp_data->comp.data = comp_data->buff + mlxfw_mfa2_comp_magic_len; in mlxfw_mfa2_file_component_get()
600 return &comp_data->comp; in mlxfw_mfa2_file_component_get()
602 kfree(comp_data); in mlxfw_mfa2_file_component_get()
[all …]
/freebsd/crypto/openssl/ssl/
H A Dssl_cert_comp.c96 unsigned char *comp_data = NULL; in OSSL_COMP_CERT_from_uncompressed_data() local
116 || (comp_data = OPENSSL_zalloc(max_length)) == NULL) in OSSL_COMP_CERT_from_uncompressed_data()
119 comp_length = COMP_compress_block(comp_ctx, comp_data, max_length, data, len); in OSSL_COMP_CERT_from_uncompressed_data()
123 ret = OSSL_COMP_CERT_new(comp_data, comp_length, len, alg); in OSSL_COMP_CERT_from_uncompressed_data()
124 comp_data = NULL; in OSSL_COMP_CERT_from_uncompressed_data()
127 OPENSSL_free(comp_data); in OSSL_COMP_CERT_from_uncompressed_data()
337 unsigned char *comp_data, size_t comp_length, in ossl_set1_compressed_cert() argument
346 comp_cert = OSSL_COMP_CERT_from_compressed_data(comp_data, comp_length, in ossl_set1_compressed_cert()
445 int SSL_CTX_set1_compressed_cert(SSL_CTX *ctx, int algorithm, unsigned char *comp_data, in SSL_CTX_set1_compressed_cert() argument
449 return ossl_set1_compressed_cert(ctx->cert, algorithm, comp_data, comp_length, orig_length); in SSL_CTX_set1_compressed_cert()
[all …]
/freebsd/crypto/openssl/test/
H A Dcert_comp_test.c91 unsigned char *comp_data = NULL; in ssl_comp_cert() local
96 if (!TEST_size_t_gt(comp_len = SSL_get1_compressed_cert(ssl, alg, &comp_data, &orig_len), 0)) in ssl_comp_cert()
99 if (!TEST_true(SSL_set1_compressed_cert(ssl, alg, comp_data, comp_len, orig_len))) in ssl_comp_cert()
104 OPENSSL_free(comp_data); in ssl_comp_cert()
/freebsd/sys/dev/mana/
H A Dhw_channel.c354 struct hwc_rx_oob comp_data = {}; in mana_hwc_comp_event() local
363 comp_data = *(struct hwc_rx_oob *)completions[i].cqe_data; in mana_hwc_comp_event()
368 &comp_data); in mana_hwc_comp_event()
372 &comp_data); in mana_hwc_comp_event()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_cert_comp_preference.pod30 unsigned char *comp_data,
32 int SSL_set1_compressed_cert(SSL *ssl, int alg, unsigned char *comp_data,
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.c3777 struct ecore_spq_comp_cb comp_data; in ecore_iwarp_abort_inflight_connections() local
3788 init_data.p_comp_data = &comp_data; in ecore_iwarp_abort_inflight_connections()
3832 struct ecore_spq_comp_cb comp_data; in ecore_iwarp_empty_ramrod() local
3837 init_data.p_comp_data = &comp_data; in ecore_iwarp_empty_ramrod()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h174 uint32_t comp_data; member
H A Dal_hal_eth_main.c389 al_reg_write32(&adapter->ec_regs_base->epe_p[idx].comp_data, reg_entry->data); in al_eth_epe_entry_set()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2900 int SSL_CTX_set1_compressed_cert(SSL_CTX *ctx, int algorithm, unsigned char *comp_data,
2902 int SSL_set1_compressed_cert(SSL *ssl, int algorithm, unsigned char *comp_data,
H A Dssl.h.in2853 int SSL_CTX_set1_compressed_cert(SSL_CTX *ctx, int algorithm, unsigned char *comp_data,
2855 int SSL_set1_compressed_cert(SSL *ssl, int algorithm, unsigned char *comp_data,