Searched refs:dtls1_read_bytes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_pkt.c526 /* used only by dtls1_read_bytes */
554 /* read timeout is handled by dtls1_read_bytes */
719 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) function
735 OPENSSL_PUT_ERROR(SSL, dtls1_read_bytes, ERR_R_INTERNAL_ERROR);
752 OPENSSL_PUT_ERROR(SSL, dtls1_read_bytes, SSL_R_SSL_HANDSHAKE_FAILURE);
842 OPENSSL_PUT_ERROR(SSL, dtls1_read_bytes, SSL_R_APP_DATA_IN_HANDSHAKE);
911 OPENSSL_PUT_ERROR(SSL, dtls1_read_bytes, SSL_R_UNEXPECTED_RECORD);
961 OPENSSL_PUT_ERROR(SSL, dtls1_read_bytes, SSL_R_BAD_HELLO_REQUEST);
984 OPENSSL_PUT_ERROR(SSL, dtls1_read_bytes, SSL_R_SSL_HANDSHAKE_FAILURE);
1073 OPENSSL_PUT_ERROR(SSL, dtls1_read_bytes, SSL_AD_REASON_OFFSE
[all...]
H A Dssl_locl.h774 dtls1_read_bytes, \
931 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
/external/openssl/ssl/
H A Dssl_locl.h793 dtls1_read_bytes, \
965 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
H A Dd1_pkt.c553 /* used only by dtls1_read_bytes */
581 /* read timeout is handled by dtls1_read_bytes */
751 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) function

Completed in 91 milliseconds