Searched refs:ordinal (Results 1 – 6 of 6) sorted by relevance
51 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>.
129 Among other stuff, they contain the ordinal numbers for the
198 #define C_BIDI_ID(ordinal) \ argument199 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_CLIENT | QUIC_STREAM_DIR_BIDI)200 #define S_BIDI_ID(ordinal) \ argument201 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_SERVER | QUIC_STREAM_DIR_BIDI)202 #define C_UNI_ID(ordinal) \ argument203 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_CLIENT | QUIC_STREAM_DIR_UNI)204 #define S_UNI_ID(ordinal) \ argument205 (((ordinal) << 2) | QUIC_STREAM_INITIATOR_SERVER | QUIC_STREAM_DIR_UNI)
2851 unsigned ordinal = DANETLS_NONE; in dane_match_cert() local2916 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()
1653 stream with ordinal 0 is created. The stream is bidirectional by default but
4296 the ordinal files) more visible and hopefully easier to trace and
Completed in 72 milliseconds