Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod51 The B<ord> argument specifies a strength ordinal.
52 Algorithms with a larger strength ordinal are considered more secure.
60 with a strength ordinal of C<1> and matching type C<SHA2-512(2)>
61 is mapped to C<EVP_sha512()> with a strength ordinal of C<2>.
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md129 Among other stuff, they contain the ordinal numbers for the
/openssl/test/
H A Dquic_multistream_test.c198 #define C_BIDI_ID(ordinal) \ argument
199 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_CLIENT | QUIC_STREAM_DIR_BIDI)
200 #define S_BIDI_ID(ordinal) \ argument
201 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_SERVER | QUIC_STREAM_DIR_BIDI)
202 #define C_UNI_ID(ordinal) \ argument
203 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_CLIENT | QUIC_STREAM_DIR_UNI)
204 #define S_UNI_ID(ordinal) \ argument
205 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_SERVER | QUIC_STREAM_DIR_UNI)
/openssl/crypto/x509/
H A Dx509_vfy.c2851 unsigned ordinal = DANETLS_NONE; in dane_match_cert() local
2916 ordinal = dane->dctx->mdord[t->mtype]; in dane_match_cert()
2929 ordinal = dane->dctx->mdord[t->mtype]; in dane_match_cert()
2940 if (dane->dctx->mdord[t->mtype] < ordinal) in dane_match_cert()
/openssl/doc/designs/quic-design/
H A Dquic-api.md1653 stream with ordinal 0 is created. The stream is bidirectional by default but
/openssl/
H A DCHANGES.md4296 the ordinal files) more visible and hopefully easier to trace and

Completed in 72 milliseconds