Home
last modified time | relevance | path

Searched refs:fl (Results 1 – 6 of 6) sorted by relevance

/openssl/ssl/quic/
H A Dquic_sf_list.c50 memset(fl, 0, sizeof(*fl)); in ossl_sframe_list_init()
72 if (fl->tail != NULL) in append_frame()
74 fl->tail = new_frame; in append_frame()
75 ++fl->num_frames; in append_frame()
85 uint64_t curr_end = fl->tail != NULL ? fl->tail->range.end in ossl_sframe_list_insert()
98 fl->tail = fl->head = stream_frame_new(range, pkt, data); in ossl_sframe_list_insert()
173 ++fl->num_frames; in ossl_sframe_list_insert()
176 fl->fin = fin || fl->fin; in ossl_sframe_list_insert()
190 sf = fl->head; in ossl_sframe_list_peek()
230 fl->offset = limit; in ossl_sframe_list_drop_frames()
[all …]
H A Dquic_rstream.c17 SFRAME_LIST fl; member
38 ossl_sframe_list_init(&ret->fl); in ossl_quic_rstream_new()
51 cleanse = qrs->fl.cleanse; in ossl_quic_rstream_free()
52 ossl_sframe_list_destroy(&qrs->fl); in ossl_quic_rstream_free()
125 ret = ossl_sframe_list_drop_frames(&qrs->fl, offset); in read_internal()
236 if (!ossl_sframe_list_is_head_locked(&qrs->fl)) in ossl_quic_rstream_release_record()
247 if (!ossl_sframe_list_drop_frames(&qrs->fl, offset)) in ossl_quic_rstream_release_record()
277 return ossl_sframe_list_move_data(&qrs->fl, in ossl_quic_rstream_move_to_rbuf()
283 if (ossl_sframe_list_is_head_locked(&qrs->fl)) in ossl_quic_rstream_resize_rbuf()
286 if (!ring_buf_resize(&qrs->rbuf, rbuf_size, qrs->fl.cleanse)) in ossl_quic_rstream_resize_rbuf()
[all …]
/openssl/include/internal/
H A Dquic_sf_list.h59 void ossl_sframe_list_init(SFRAME_LIST *fl);
65 void ossl_sframe_list_destroy(SFRAME_LIST *fl);
77 int ossl_sframe_list_insert(SFRAME_LIST *fl, UINT_RANGE *range,
93 int ossl_sframe_list_peek(const SFRAME_LIST *fl, void **iter,
104 int ossl_sframe_list_drop_frames(SFRAME_LIST *fl, uint64_t limit);
116 int ossl_sframe_list_lock_head(SFRAME_LIST *fl, UINT_RANGE *range,
124 int ossl_sframe_list_is_head_locked(SFRAME_LIST *fl);
146 int ossl_sframe_list_move_data(SFRAME_LIST *fl,
/openssl/doc/man3/
H A DRSA_padding_add_PKCS1_type_1.pod21 const unsigned char *f, int fl);
24 const unsigned char *f, int fl, int rsa_len);
27 const unsigned char *f, int fl);
33 const unsigned char *f, int fl,
37 const unsigned char *f, int fl, int rsa_len,
41 const unsigned char *f, int fl,
51 const unsigned char *f, int fl);
54 const unsigned char *f, int fl, int rsa_len);
71 RSA_padding_add_xxx() encodes B<fl> bytes from B<f> so as to fit into
72 B<tlen> bytes and stores the result at B<to>. An error occurs if B<fl>
[all …]
/openssl/include/openssl/
H A Drsa.h388 const unsigned char *f, int fl);
391 const unsigned char *f, int fl,
395 const unsigned char *f, int fl);
398 const unsigned char *f, int fl,
405 const unsigned char *f, int fl,
409 const unsigned char *f, int fl, int rsa_len,
423 const unsigned char *f, int fl);
425 const unsigned char *f, int fl,
428 const unsigned char *f, int fl);
430 const unsigned char *f, int fl,
/openssl/include/crypto/
H A Devp.h565 #define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len,fl) \ argument
569 (fl)|EVP_CIPH_FLAG_DEFAULT_ASN1, \

Completed in 34 milliseconds