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/test/
H A Dquic_multistream_test.c197 #define C_BIDI_ID(ordinal) \ argument
198 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_CLIENT | QUIC_STREAM_DIR_BIDI)
199 #define S_BIDI_ID(ordinal) \ argument
200 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_SERVER | QUIC_STREAM_DIR_BIDI)
201 #define C_UNI_ID(ordinal) \ argument
202 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_CLIENT | QUIC_STREAM_DIR_UNI)
203 #define S_UNI_ID(ordinal) \ argument
204 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_SERVER | QUIC_STREAM_DIR_UNI)
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md129 Among other stuff, they contain the ordinal numbers for the
/openssl/crypto/x509/
H A Dx509_vfy.c2816 unsigned ordinal = DANETLS_NONE; in dane_match_cert() local
2881 ordinal = dane->dctx->mdord[t->mtype]; in dane_match_cert()
2894 ordinal = dane->dctx->mdord[t->mtype]; in dane_match_cert()
2905 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.md4106 the ordinal files) more visible and hopefully easier to trace and

Completed in 88 milliseconds