HomeSort by relevance Sort by last modified time
    Searched refs:sigbuf (Results 1 - 9 of 9) sorted by null

  /external/openssh/
ssh-ecdsa.c 122 struct sshbuf *b = NULL, *sigbuf = NULL; local
137 sshbuf_froms(b, &sigbuf) != 0) {
155 if (sshbuf_get_bignum2(sigbuf, sig->r) != 0 ||
156 sshbuf_get_bignum2(sigbuf, sig->s) != 0) {
160 if (sshbuf_len(sigbuf) != 0) {
182 if (sigbuf != NULL)
183 sshbuf_free(sigbuf);
serverloop.c 1158 struct sshbuf *sigbuf = NULL; local
1165 if ((resp = sshbuf_new()) == NULL || (sigbuf = sshbuf_new()) == NULL)
    [all...]
ssh-rsa.c 214 u_char *sigbuf, size_t siglen, RSA *rsa)
245 if ((len = RSA_public_decrypt(siglen, sigbuf, decrypted, rsa,
monitor.c 693 struct sshbuf *sigbuf; local
726 if ((sigbuf = sshbuf_new()) == NULL)
728 if ((r = sshbuf_put_cstring(sigbuf, proof_req)) != 0 ||
729 (r = sshbuf_put_string(sigbuf, session_id2,
731 (r = sshkey_puts(key, sigbuf)) != 0)
734 if (datlen != sshbuf_len(sigbuf) ||
735 memcmp(p, sshbuf_ptr(sigbuf), sshbuf_len(sigbuf)) != 0)
737 __func__, datlen, sshbuf_len(sigbuf));
738 sshbuf_free(sigbuf);
    [all...]
  /external/valgrind/none/tests/
async-sigs.c 51 char sigbuf[20]; local
53 sprintf(sigbuf, "-%d", sig);
55 execl("/bin/kill", "kill", sigbuf, pidbuf, (char *) NULL);
  /external/boringssl/src/include/openssl/
rsa.h 545 const uint8_t *sigbuf, unsigned int siglen, const RSA *rsa);
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 326 milliseconds