Home
last modified time | relevance | path

Searched refs:sigbuf (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/dropbear/
H A DCVE-2021-36369.patch72 buf_putbytes(sigbuf, ses.writepayload->data, ses.writepayload->len);
73 cli_buf_put_sign(ses.writepayload, key, sigtype, sigbuf);
74 buf_free(sigbuf); /* Nothing confidential in the buffer */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Drsa.h121 unsigned int m_length, const unsigned char *sigbuf,
413 const unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
424 unsigned int m_length, unsigned char *sigbuf,
H A Ddsa.h214 const unsigned char *sigbuf, int siglen, DSA *dsa);
H A Devp.h174 const unsigned char *sigbuf, unsigned int siglen,
188 const unsigned char *sigbuf,
654 int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf,
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Duserfaultfd.c866 sigjmp_buf jbuf, *sigbuf; variable
871 if (sigbuf) in sighndl()
872 siglongjmp(*sigbuf, 1); in sighndl()
913 sigbuf = &jbuf; in faulting_process()
927 if (sigsetjmp(*sigbuf, 1) != 0) { in faulting_process()