Home
last modified time | relevance | path

Searched refs:caps (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/bio/
H A Dbio_print.c444 int caps = 0; in fmtint() local
465 caps = 1; in fmtint()
467 convert[place++] = (caps ? "0123456789ABCDEF" : "0123456789abcdef") in fmtint()
H A Dbss_dgram_pair.c586 static int dgram_pair_ctrl_set_caps(BIO *bio, uint32_t caps) in dgram_pair_ctrl_set_caps() argument
590 b->cap = caps; in dgram_pair_ctrl_set_caps()
/openssl/include/crypto/
H A Driscv_arch.def15 * statement, with an argument as the extension name in all-caps,
/openssl/.github/workflows/
H A Dcross-compiles.yml195 - name: Set OpenSSL caps environment
/openssl/doc/man3/
H A DBIO_s_dgram_pair.pod21 int BIO_dgram_set_caps(BIO *bio, uint32_t caps);
/openssl/include/openssl/
H A Dbio.h.in663 # define BIO_dgram_set_caps(b, caps) \ argument
664 (int)BIO_ctrl((b), BIO_CTRL_DGRAM_SET_CAPS, (long)(caps), NULL)

Completed in 22 milliseconds