HomeSort by relevance Sort by last modified time
    Searched refs:s2n (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 381 s2n(TLSEXT_TYPE_server_name,ret);
382 s2n(size_str+5,ret);
385 s2n(size_str+3,ret);
389 s2n(size_str,ret);
407 s2n(TLSEXT_TYPE_renegotiate,ret);
408 s2n(el,ret);
439 s2n(TLSEXT_TYPE_srp,ret);
440 s2n(login_len+1,ret);
473 s2n(TLSEXT_TYPE_session_ticket,ret);
474 s2n(ticklen,ret)
    [all...]
d1_srtp.c 289 s2n(ct * 2, p);
293 s2n(prof->id,p);
421 s2n(2, p);
422 s2n(s->srtp_profile->id,p);
s2_clnt.c 569 s2n(SSL2_VERSION,p); /* version */
581 s2n(n,p); /* cipher spec num bytes */
588 s2n(i,p); /* session id length */
594 s2n(0,p);
598 s2n(SSL2_CHALLENGE_LENGTH,p); /* challenge length */
685 s2n(clear,p);
703 s2n(enc,p);
706 s2n(karg,p); /* key arg size */
844 s2n(SSL2_PE_NO_CERTIFICATE,p);
878 s2n(n,p)
    [all...]
d1_clnt.c 860 s2n(i,p);
1033 s2n(n,q);
1114 s2n(enc_ticket->length,p);
1122 s2n(authp->length,p);
1133 s2n(0,p);/* null authenticator length */
1162 s2n(outl,p);
    [all...]
s23_clnt.c 424 s2n(i,d);
431 s2n(0,d);
447 s2n(i,d);
501 s2n(i,p);
565 s2n((int)l,d);
d1_srvr.c     [all...]
s3_clnt.c 854 s2n(i,p);
    [all...]
s2_srvr.c 764 s2n(s->version,p); /* version */
765 s2n(0,p); /* cert len */
766 s2n(0,p); /* ciphers len */
773 s2n(s->version,p); /* version */
775 s2n(n,p); /* certificate length */
783 s2n(n,p); /* add cipher length */
787 s2n(SSL2_CONNECTION_ID_LENGTH,p); /* add conn_id length */
d1_both.c 367 s2n (msg_hdr->seq,p);
449 s2n (msg_hdr->seq,p);
985 s2n(s->d1->handshake_write_seq,p);
    [all...]
s3_srvr.c     [all...]
d1_pkt.c     [all...]
t1_enc.c 839 s2n(send ? s->d1->w_epoch : s->d1->r_epoch, p);
1019 s2n(send?s->d1->w_epoch:s->d1->r_epoch,p);
    [all...]
s23_srvr.c 509 s2n(j,dd);
  /external/openssl/ssl/
t1_lib.c 388 s2n(TLSEXT_TYPE_server_name,ret);
389 s2n(size_str+5,ret);
392 s2n(size_str+3,ret);
396 s2n(size_str,ret);
414 s2n(TLSEXT_TYPE_renegotiate,ret);
415 s2n(el,ret);
446 s2n(TLSEXT_TYPE_srp,ret);
447 s2n(login_len+1,ret);
469 s2n(TLSEXT_TYPE_ec_point_formats,ret);
470 s2n(s->tlsext_ecpointformatlist_length + 1,ret)
    [all...]
d1_srtp.c 289 s2n(ct * 2, p);
293 s2n(prof->id,p);
421 s2n(2, p);
422 s2n(s->srtp_profile->id,p);
s2_clnt.c 569 s2n(SSL2_VERSION,p); /* version */
581 s2n(n,p); /* cipher spec num bytes */
588 s2n(i,p); /* session id length */
594 s2n(0,p);
598 s2n(SSL2_CHALLENGE_LENGTH,p); /* challenge length */
685 s2n(clear,p);
703 s2n(enc,p);
706 s2n(karg,p); /* key arg size */
844 s2n(SSL2_PE_NO_CERTIFICATE,p);
878 s2n(n,p)
    [all...]
d1_clnt.c 868 s2n(i,p);
1041 s2n(n,q);
1122 s2n(enc_ticket->length,p);
1130 s2n(authp->length,p);
1141 s2n(0,p);/* null authenticator length */
1170 s2n(outl,p);
    [all...]
s23_clnt.c 445 s2n(i,d);
452 s2n(0,d);
468 s2n(i,d);
519 s2n(i,p);
580 s2n((int)l,d);
d1_srvr.c     [all...]
s2_srvr.c 764 s2n(s->version,p); /* version */
765 s2n(0,p); /* cert len */
766 s2n(0,p); /* ciphers len */
773 s2n(s->version,p); /* version */
775 s2n(n,p); /* certificate length */
783 s2n(n,p); /* add cipher length */
787 s2n(SSL2_CONNECTION_ID_LENGTH,p); /* add conn_id length */
s3_clnt.c 840 s2n(i,p);
    [all...]
d1_both.c 374 s2n (msg_hdr->seq,p);
456 s2n (msg_hdr->seq,p);
992 s2n(s->d1->handshake_write_seq,p);
    [all...]
s3_srvr.c     [all...]
d1_pkt.c     [all...]
s23_srvr.c 509 s2n(j,dd);

Completed in 1101 milliseconds

1 2