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

1 2

  /external/openssl/ssl/
t1_lib.c 396 s2n(TLSEXT_TYPE_server_name,ret);
397 s2n(size_str+5,ret);
400 s2n(size_str+3,ret);
404 s2n(size_str,ret);
422 s2n(TLSEXT_TYPE_renegotiate,ret);
423 s2n(el,ret);
454 s2n(TLSEXT_TYPE_srp,ret);
455 s2n(login_len+1,ret);
477 s2n(TLSEXT_TYPE_ec_point_formats,ret);
478 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 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);
498 s2n(i,p);
559 s2n((int)l,d);
d1_srvr.c     [all...]
s3_clnt.c 838 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);
976 s2n(s->d1->handshake_write_seq,p);
    [all...]
s3_srvr.c     [all...]
d1_pkt.c     [all...]
s23_srvr.c 506 s2n(j,dd);
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 377 s2n(TLSEXT_TYPE_server_name,ret);
378 s2n(size_str+5,ret);
381 s2n(size_str+3,ret);
385 s2n(size_str,ret);
403 s2n(TLSEXT_TYPE_renegotiate,ret);
404 s2n(el,ret);
435 s2n(TLSEXT_TYPE_srp,ret);
436 s2n(login_len+1,ret);
458 s2n(TLSEXT_TYPE_ec_point_formats,ret);
459 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 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);
498 s2n(i,p);
559 s2n((int)l,d);
d1_srvr.c     [all...]
s3_clnt.c 838 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);
976 s2n(s->d1->handshake_write_seq,p);
    [all...]
s3_srvr.c     [all...]
d1_pkt.c     [all...]
s23_srvr.c 506 s2n(j,dd);
t1_enc.c 762 s2n(send?s->d1->w_epoch:s->d1->r_epoch,p);
991 s2n(send?ssl->d1->w_epoch:ssl->d1->r_epoch, p);
    [all...]

Completed in 294 milliseconds

1 2