Searched refs:sigbuf (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/dropbear/ |
| H A D | CVE-2021-36369.patch | 72 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 D | rsa.h | 121 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 D | dsa.h | 214 const unsigned char *sigbuf, int siglen, DSA *dsa);
|
| H A D | evp.h | 174 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 D | userfaultfd.c | 866 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()
|