| /OK3568_Linux_fs/buildroot/package/ibrcommon/ |
| H A D | 0002-ibrcommon-added-openssl-1.1-compatibility-264.patch | 92 - EVP_MD_CTX_init(&_ctx); 93 + _ctx = EVP_MD_CTX_new(); 97 - if (!EVP_SignInit_ex(&_ctx, EVP_sha256(), NULL)) 98 + if (!EVP_SignInit_ex(_ctx, EVP_sha256(), NULL)) 106 - if (!EVP_VerifyInit_ex(&_ctx, EVP_sha256(), NULL)) 107 + if (!EVP_VerifyInit_ex(_ctx, EVP_sha256(), NULL)) 115 - EVP_MD_CTX_cleanup(&_ctx); 116 + EVP_MD_CTX_free(_ctx); 121 - EVP_MD_CTX_cleanup(&_ctx); 123 - EVP_MD_CTX_init(&_ctx); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/custom/ |
| H A D | phl_custom_fb.h | 77 #define phl_custom_fb_update_opt_ie(_dispr, _ctx, _fb_ctx, _info) (MDL_RET_SUCCESS) argument 78 #define phl_custom_fb_set_role_cap(_dispr, _ctx, _fb_ctx, _info) (RTW_PHL_STATUS_SUCCESS) argument
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | mscode_parser.c | 20 int mscode_parse(void *_ctx, const void *content_data, size_t data_len, in mscode_parse() argument 23 struct pefile_context *ctx = _ctx; in mscode_parse()
|
| H A D | verify_pefile.h | 36 extern int mscode_parse(void *_ctx, const void *content_data, size_t data_len,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | superpipe.h | 82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | filter.h | 1354 struct bpf_sk_lookup_kern *_ctx = &(ctx); \ 1366 _ctx->selected_sk = _selected_sk; \ 1367 _ctx->no_reuseport = _no_reuseport; \ 1369 _ret = func(_prog, _ctx); \ 1370 if (_ret == SK_PASS && _ctx->selected_sk) { \ 1372 _selected_sk = _ctx->selected_sk; \ 1373 _no_reuseport = _ctx->no_reuseport; \ 1379 _ctx->selected_sk = _selected_sk; \ 1380 _ctx->no_reuseport = _no_reuseport; \
|
| /OK3568_Linux_fs/kernel/drivers/clk/samsung/ |
| H A D | clk-exynos5-subcmu.c | 58 void exynos5_subcmus_init(struct samsung_clk_provider *_ctx, int _nr_cmus, in exynos5_subcmus_init() argument 61 ctx = _ctx; in exynos5_subcmus_init()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx-media-csc-scaler.c | 82 static void job_abort(void *_ctx) in job_abort() argument 84 struct ipu_csc_scaler_ctx *ctx = _ctx; in job_abort() 90 static void ipu_ic_pp_complete(struct ipu_image_convert_run *run, void *_ctx) in ipu_ic_pp_complete() argument 92 struct ipu_csc_scaler_ctx *ctx = _ctx; in ipu_ic_pp_complete() 113 static void device_run(void *_ctx) in device_run() argument 115 struct ipu_csc_scaler_ctx *ctx = _ctx; in device_run()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf.c | 192 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument 193 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \ 194 ++(_i), ++(_ctx))
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | sysfs.c | 162 static int create_sysfs_entry(void *_ctx, struct mlx4_ib_iov_sysfs_attr *_dentry, in create_sysfs_entry() argument 175 vdentry->ctx = _ctx; in create_sysfs_entry()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_4000.c | 1942 ciph_data_aes_xts_ ## vect ## _ctx, \ 1943 ARRAY_SIZE(ciph_data_aes_xts_ ## vect ## _ctx), __LINE__ }, \ 1952 ciph_data_aes_xts_ ## vect ## _ctx, \ 1953 ARRAY_SIZE(ciph_data_aes_xts_ ## vect ## _ctx), \ 1962 ciph_data_aes_cbc_ ## vect ## _ctx) 1969 ciph_data_aes_cts_ ## vect ## _ctx) 2348 ptx_array(vect ## _ptx), ctx_array(vect ## _ctx), \ 2354 ptx_array(vect ## _ptx), ctx_array(vect ## _ctx), \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | ath9k.h | 445 #define ath_for_each_chanctx(_sc, _ctx) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en.h | 941 int fn##_ctx(struct mlx5e_priv *priv, void *context) \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-Fix-imports-for-ptests.patch | 1096 - returns wrong object and thus sets an invalid id for the _ctx structure. 3012 + returns wrong object and thus sets an invalid id for the _ctx structure.
|