Lines Matching refs:__owur
212 __owur size_t ssl3_pending(const SSL *s);
213 __owur int ssl3_write_bytes(SSL *s, int type, const void *buf, size_t len,
218 __owur int ssl3_read_bytes(SSL *s, int type, int *recvd_type,
221 __owur int ssl3_setup_buffers(SSL *s);
222 __owur int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, size_t n_recs, int send,
224 __owur int n_ssl3_mac(SSL *ssl, SSL3_RECORD *rec, unsigned char *md, int send);
225 __owur int ssl3_write_pending(SSL *s, int type, const unsigned char *buf, size_t len,
227 __owur int tls1_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int sending,
229 __owur int tls1_mac(SSL *ssl, SSL3_RECORD *rec, unsigned char *md, int send);
230 __owur int tls13_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int send,
238 __owur int dtls1_read_bytes(SSL *s, int type, int *recvd_type,
241 __owur int dtls1_write_bytes(SSL *s, int type, const void *buf, size_t len,