Home
last modified time | relevance | path

Searched refs:context_len (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dres_sample.c17 static u64 context_len = 10 * NSEC_PER_MSEC; variable
22 return perf_config_u64(&context_len, var, value); in res_sample_config()
68 n = timestamp__scnprintf_nsec(r->time - context_len, trange, sizeof trange); in res_sample_browse()
70 timestamp__scnprintf_nsec(r->time + context_len, trange + n, sizeof trange - n); in res_sample_browse()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_ext.c100 .context_len = len in SELinuxSendContextReply()
106 swapl(&rep.context_len); in SELinuxSendContextReply()
125 REQUEST_FIXED_SIZE(SELinuxSetCreateContextReq, stuff->context_len); in ProcSELinuxSetCreateContext()
127 if (stuff->context_len > 0) { in ProcSELinuxSetCreateContext()
128 ctx = SELinuxCopyContext((char *) (stuff + 1), stuff->context_len); in ProcSELinuxSetCreateContext()
138 if (stuff->context_len > 0) { in ProcSELinuxSetCreateContext()
176 REQUEST_FIXED_SIZE(SELinuxSetContextReq, stuff->context_len); in ProcSELinuxSetDeviceContext()
178 if (stuff->context_len < 1) in ProcSELinuxSetDeviceContext()
180 ctx = SELinuxCopyContext((char *) (stuff + 1), stuff->context_len); in ProcSELinuxSetDeviceContext()
543 swapl(&stuff->context_len); in SProcSELinuxSetCreateContext()
[all …]
H A Dxselinux.h81 CARD32 context_len; member
95 CARD32 context_len; member
118 CARD32 context_len; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dmrvl_sha256_crypto.c56 UINT16 context_len, UINT8 *pOutput, UINT16 output_len) in mrvl_sha256_crypto_kdf() argument
69 pResult = pContext + context_len; in mrvl_sha256_crypto_kdf()
93 vectLen[3] = context_len; in mrvl_sha256_crypto_kdf()
H A Dmrvl_sha256_crypto.h37 UINT16 context_len,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dhpke.h284 size_t context_len);
H A Dssl.h1643 const uint8_t *context, size_t context_len, int use_context);
3405 size_t context_len);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dhpke.h284 size_t context_len);
H A Dssl.h1643 const uint8_t *context, size_t context_len, int use_context);
3405 size_t context_len);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dhpke.h284 size_t context_len);
H A Dssl.h1643 const uint8_t *context, size_t context_len, int use_context);
3405 size_t context_len);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dhpke.h284 size_t context_len);
H A Dssl.h1643 const uint8_t *context, size_t context_len, int use_context);
3405 size_t context_len);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dssl.h1543 const uint8_t *context, size_t context_len, int use_context);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dssl.h1543 const uint8_t *context, size_t context_len, int use_context);