Home
last modified time | relevance | path

Searched refs:s2n (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/crypto/ct/
Dct_oct.c190 s2n(sct->sig_len, p); in i2o_SCT_signature()
240 s2n(sct->ext_len, p); in i2o_SCT()
349 s2n(sct_len, p2); in i2o_SCT_LIST()
362 s2n(len2 - 2, p); in i2o_SCT_LIST()
Dct_vfy.c56 s2n(sct->entry_type, p); in sct_ctx_update()
86 s2n(sct->ext_len, p); in sct_ctx_update()
Dct_local.h31 #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
/third_party/openssl/crypto/idea/
Didea_local.h77 #undef s2n
78 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/third_party/openssl/ssl/statem/
Dstatem_dtls.c289 s2n(msg_hdr->seq, p); in dtls1_do_write()
373 s2n(msg_hdr->seq, p); in dtls_get_message()
1215 s2n(msg_hdr->seq, p); in dtls1_write_message_header()
/third_party/openssl/ssl/record/
Drec_layer_d1.c967 s2n(s->rlayer.d->w_epoch, pseq); in do_dtls1_write()
971 s2n(SSL3_RECORD_get_length(&wr), pseq); in do_dtls1_write()
Dssl3_record.c1044 s2n(sending ? DTLS_RECORD_LAYER_get_w_epoch(&s->rlayer) : in tls1_enc()
1255 s2n(rec->length, p); in n_ssl3_mac()
1320 s2n(sending ? DTLS_RECORD_LAYER_get_w_epoch(&ssl->rlayer) : in tls1_mac()
/third_party/python/Lib/test/
Dallsans.pem17 FvCkqPHBR+vnhOxm+0x0yUY/DstJby6IPYPsfGK/s2n//j/vJrAZE1Pxlm9EPU13
/third_party/openssl/ssl/
Ds3_lib.c4621 s2n(pmslen, t); in ssl_generate_master_secret()
4627 s2n(psklen, t); in ssl_generate_master_secret()
Dssl_local.h122 # define s2n(s,c) (((c)[0]=(unsigned char)(((s)>> 8)&0xff), \ macro