Searched refs:ssl_parse_clienthello_use_srtp_ext (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_srtp.c310 int ssl_parse_clienthello_use_srtp_ext(SSL *s, CBS *cbs, int *out_alert) function
323 OPENSSL_PUT_ERROR(SSL, ssl_parse_clienthello_use_srtp_ext, SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST);
H A Dssl_locl.h1120 int ssl_parse_clienthello_use_srtp_ext(SSL *s, CBS *cbs, int *out_alert);
H A Dt1_lib.c1773 if (!ssl_parse_clienthello_use_srtp_ext(s, &extension, out_alert))
/external/openssl/crypto/
H A Dsymhacks.h199 #undef ssl_parse_clienthello_use_srtp_ext macro
200 #define ssl_parse_clienthello_use_srtp_ext ssl_parse_clihello_use_srtp_ext macro
/external/openssl/include/openssl/
H A Dsymhacks.h199 #undef ssl_parse_clienthello_use_srtp_ext macro
200 #define ssl_parse_clienthello_use_srtp_ext ssl_parse_clihello_use_srtp_ext macro
/external/openssl/ssl/
H A Dd1_srtp.c295 int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al) function
H A Dssl_locl.h1160 int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al);
H A Dt1_lib.c1603 if(ssl_parse_clienthello_use_srtp_ext(s, data, size,

Completed in 1619 milliseconds