Searched refs:s2n (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/crypto/ct/ |
D | ct_oct.c | 190 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()
|
D | ct_vfy.c | 56 s2n(sct->entry_type, p); in sct_ctx_update() 86 s2n(sct->ext_len, p); in sct_ctx_update()
|
D | ct_local.h | 31 #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
|
/third_party/openssl/crypto/idea/ |
D | idea_local.h | 77 #undef s2n 78 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/third_party/openssl/ssl/statem/ |
D | statem_dtls.c | 289 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/ |
D | rec_layer_d1.c | 967 s2n(s->rlayer.d->w_epoch, pseq); in do_dtls1_write() 971 s2n(SSL3_RECORD_get_length(&wr), pseq); in do_dtls1_write()
|
D | ssl3_record.c | 1044 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/ |
D | allsans.pem | 17 FvCkqPHBR+vnhOxm+0x0yUY/DstJby6IPYPsfGK/s2n//j/vJrAZE1Pxlm9EPU13
|
/third_party/openssl/ssl/ |
D | s3_lib.c | 4621 s2n(pmslen, t); in ssl_generate_master_secret() 4627 s2n(psklen, t); in ssl_generate_master_secret()
|
D | ssl_local.h | 122 # define s2n(s,c) (((c)[0]=(unsigned char)(((s)>> 8)&0xff), \ macro
|