HomeSort by: relevance | last modified time | path
    Searched defs:prvbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/fuzz/
slh-dsa.c 212 uint8_t prvbuf[PARAM_BUF_SZ]; /* expressly bigger than max key size * 3 */ local
225 RAND_bytes(prvbuf, PARAM_BUF_SZ);
254 bufptr = ((*buf)[0] & 0x10) ? NULL : prvbuf;
  /src/crypto/external/bsd/openssh/dist/
sshkey.c 1586 struct sshbuf *prvbuf = NULL; local
1625 if ((prvbuf = sshbuf_new()) == NULL) {
1631 if ((r = sshkey_private_serialize(k, prvbuf)) != 0)
1635 while (sshbuf_len(prvbuf) % cipher_blocksize(cipher)) {
1636 if ((r = sshbuf_put_u8(prvbuf, ++i & 0xff)) != 0)
1641 sshbuf_dump(prvbuf, stderr);
1644 enclen = sshbuf_len(prvbuf);
1650 sshbuf_ptr(prvbuf), sshbuf_len(prvbuf), 0, 0)) != 0)
1688 sshbuf_free(prvbuf);
1720 struct sshbuf *prvbuf = NULL; local
    [all...]

Completed in 24 milliseconds