HomeSort by: relevance | last modified time | path
    Searched refs:supported_sig_algs (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_srvr.c 270 PACKET supported_sig_algs; local
272 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs)
273 || PACKET_remaining(&supported_sig_algs) == 0) {
278 if (!s->hit && !tls1_save_sigalgs(s, &supported_sig_algs, 1)) {
289 PACKET supported_sig_algs; local
291 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs)
292 || PACKET_remaining(&supported_sig_algs) == 0) {
297 if (!s->hit && !tls1_save_sigalgs(s, &supported_sig_algs, 0)) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_srvr.c 292 PACKET supported_sig_algs; local
294 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs)
295 || PACKET_remaining(&supported_sig_algs) == 0) {
301 if (!s->hit && !tls1_save_sigalgs(s, &supported_sig_algs, 1)) {
313 PACKET supported_sig_algs; local
315 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs)
316 || PACKET_remaining(&supported_sig_algs) == 0) {
322 if (!s->hit && !tls1_save_sigalgs(s, &supported_sig_algs, 0)) {
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_srvr.c 281 PACKET supported_sig_algs; local
283 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs)
284 || PACKET_remaining(&supported_sig_algs) == 0) {
295 && !tls1_save_sigalgs(s, &supported_sig_algs, 1)) {
306 PACKET supported_sig_algs; local
308 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs)
309 || PACKET_remaining(&supported_sig_algs) == 0) {
320 && !tls1_save_sigalgs(s, &supported_sig_algs, 0)) {

Completed in 28 milliseconds