Home
last modified time | relevance | path

Searched refs:sig (Results 1 - 18 of 18) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H A Dsignal.h258 static inline void signal_set_stop_flags(struct signal_struct *sig, unsigned int flags) in signal_set_stop_flags() argument
260 WARN_ON(sig->flags & (SIGNAL_GROUP_EXIT | SIGNAL_GROUP_COREDUMP)); in signal_set_stop_flags()
261 sig->flags = (sig->flags & ~SIGNAL_STOP_MASK) | flags; in signal_set_stop_flags()
265 static inline int signal_group_exit(const struct signal_struct *sig) in signal_group_exit() argument
267 return (sig->flags & SIGNAL_GROUP_EXIT) || (sig->group_exit_task != NULL); in signal_group_exit()
309 int force_sig_fault_to_task(int sig, int code,
313 int force_sig_fault(int sig, int code,
316 int send_sig_fault(int sig, in
533 kill_cad_pid(int sig, int priv) kill_cad_pid() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Decdsa.h110 mbedtls_ecdsa_restart_sig_ctx *sig; /*!< ecdsa_sign() sub-context */ member
331 * \param sig The buffer to which to write the signature. This must be a
351 unsigned char *sig, size_t *slen,
372 * \param sig The buffer to which to write the signature. This must be a
397 unsigned char *sig, size_t *slen,
439 * \param sig The buffer to which to write the signature. This must be a
454 unsigned char *sig, size_t *slen,
476 * \param sig The signature to read and verify. This must be a readable
478 * \param slen The size of \p sig in Bytes.
483 * signature in \p sig, bu
[all...]
H A Drsa.h870 * \note The \p sig buffer must be as large as the size
905 * \param sig The buffer to hold the signature. This must be a writable
920 unsigned char *sig );
953 * \param sig The buffer to hold the signature. This must be a writable
968 unsigned char *sig );
1015 * \param sig The buffer to hold the signature. This must be a writable
1030 unsigned char *sig );
1069 * \param sig The buffer holding the signature. This must be a readable
1083 const unsigned char *sig );
1115 * \param sig Th
[all...]
H A Dpk_internal.h53 const unsigned char *sig, size_t sig_len );
58 unsigned char *sig, size_t *sig_len,
66 const unsigned char *sig, size_t sig_len,
72 unsigned char *sig, size_t *sig_len,
H A Dpkcs11.h127 * \param sig buffer that will hold the ciphertext
132 * \note The "sig" buffer must be as large as the size
140 unsigned char *sig );
156 const unsigned char *hash, unsigned char *sig ) in mbedtls_ssl_pkcs11_sign()
161 hashlen, hash, sig ); in mbedtls_ssl_pkcs11_sign()
H A Dpk.h186 const unsigned char *hash, unsigned char *sig );
314 * \param sig Signature to verify
319 * signature in sig but its length is less than \p siglen,
333 const unsigned char *sig, size_t sig_len );
347 * \param sig Signature to verify
358 const unsigned char *sig, size_t sig_len,
371 * \param sig Signature to verify
378 * signature in sig but its length is less than \p siglen,
393 const unsigned char *sig, size_t sig_len );
403 * \param sig Plac
[all...]
H A Dx509.h298 int mbedtls_x509_get_sig( unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig );
322 unsigned char *sig, size_t size );
H A Dx509_crl.h90 mbedtls_x509_buf sig; member
H A Dx509_csr.h64 mbedtls_x509_buf sig; member
H A Dx509_crt.h88 mbedtls_x509_buf sig; /**< Signature: hash of the tbs part signed with the private key. */ member
H A Dssl_internal.h249 * we can implement the sig-hash-set as a map from signatures
268 mbedtls_ssl_sig_hash_set_t hash_algs; /*!< Set of suitable sig-hash pairs */
641 mbedtls_pk_type_t mbedtls_ssl_pk_alg_from_sig( unsigned char sig );
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dsignal.h13 TP_PROTO(int sig, struct task_struct *killer, struct task_struct *dst),
14 TP_ARGS(sig, killer, dst));
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dlinuxver.h757 #define KILL_PROC(nr, sig) \
763 if (tsk) send_sig(sig, tsk, 1); \
768 #define KILL_PROC(pid, sig) \
772 if (tsk) send_sig(sig, tsk, 1); \
775 #define KILL_PROC(pid, sig) \
777 kill_proc(pid, sig, 1); \
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/
H A Dhistreaming_client_server.c74 * @param int sig: 信号
77 * @param int sig: signal
79 static void SigIntHandler(int sig) in SigIntHandler() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
H A Dnameser.h134 unsigned char sig[NS_PACKETSZ]; member
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h2143 void __rseq_handle_notify_resume(struct ksignal *sig, struct pt_regs *regs);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c21018 __dhd_ring_ptr2idx(void *ring, void *ptr, char *sig, uint32 type)
21041 DHD_RING_ERR(("INVALID POINTER %s:%p, ring->elem:%p\n", sig, ptr, elem));
21046 DHD_RING_ERR(("INVALID POINTER %s:%p, ring->elem:%p\n", sig, ptr, elem));
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm1478 static void sighandler(int sig){

Completed in 45 milliseconds