Home
last modified time | relevance | path

Searched refs:retlen (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/bio/
Dbio_print.c41 size_t *maxlen, size_t *retlen, int *truncated,
90 size_t *retlen, int *truncated, const char *format, va_list args) in _dopr() argument
375 *retlen = currlen - 1; in _dopr()
900 size_t retlen; in BIO_vprintf() local
910 if (!_dopr(&hugebufp, &dynbuf, &hugebufsize, &retlen, &ignored, format, in BIO_vprintf()
916 ret = BIO_write(bio, dynbuf, (int)retlen); in BIO_vprintf()
919 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()
945 size_t retlen; in BIO_vsnprintf() local
948 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) in BIO_vsnprintf()
959 return (retlen <= INT_MAX) ? (int)retlen : -1; in BIO_vsnprintf()
/third_party/openssl/providers/implementations/exchange/
Decdh_exch.c433 int retlen, ret = 0; in ecdh_plain_derive() local
492 retlen = ECDH_compute_key(secret, size, ppubkey, privk, NULL); in ecdh_plain_derive()
494 if (retlen <= 0) in ecdh_plain_derive()
497 *psecretlen = retlen; in ecdh_plain_derive()
/third_party/openssl/ssl/statem/
Dstatem_lib.c259 size_t retlen; in get_cert_verify_tbs_data() local
262 retlen = retlen_l = BIO_get_mem_data(s->s3.handshake_buffer, hdata); in get_cert_verify_tbs_data()
267 *hdatalen = retlen; in get_cert_verify_tbs_data()
/third_party/ffmpeg/libavcodec/
Dvorbisdec.c1617 int retlen = 0; in vorbis_parse_audio_packet() local
1739 retlen = (blocksize + vc->blocksize[previous_window]) / 4; in vorbis_parse_audio_packet()
1762 return retlen; in vorbis_parse_audio_packet()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_asconf.c2601 sctp_compose_asconf(struct sctp_tcb *stcb, int *retlen, int addr_locked) in sctp_compose_asconf() argument
2783 *retlen = SCTP_BUF_LEN(m_asconf_chk) + SCTP_BUF_LEN(m_asconf); in sctp_compose_asconf()
2784 acp->ch.chunk_length = htons(*retlen); in sctp_compose_asconf()