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

  /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 288 s2n(ct * 2, p);
292 s2n(prof->id,p);
420 s2n(2, p);
421 s2n(s->srtp_profile->id,p);
s2_clnt.c 567 s2n(SSL2_VERSION,p); /* version */
579 s2n(n,p); /* cipher spec num bytes */
586 s2n(i,p); /* session id length */
592 s2n(0,p);
596 s2n(SSL2_CHALLENGE_LENGTH,p); /* challenge length */
683 s2n(clear,p);
701 s2n(enc,p);
704 s2n(karg,p); /* key arg size */
842 s2n(SSL2_PE_NO_CERTIFICATE,p);
876 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...]
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 820 s2n(i,p);
    [all...]
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 511 s2n(j,dd);
t1_enc.c 753 s2n(send?s->d1->w_epoch:s->d1->r_epoch,p);
1038 s2n(send?ssl->d1->w_epoch:ssl->d1->r_epoch, p);
    [all...]
s3_enc.c 754 s2n(rec->length,p);
s3_pkt.c 861 s2n(wr->length,plen);
    [all...]
ssl_locl.h 242 #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
    [all...]

Completed in 470 milliseconds