HomeSort by relevance Sort by last modified time
    Searched defs:ssl_add_clienthello_use_srtp_ext (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/
d1_srtp.c 268 int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen) function
282 OPENSSL_PUT_ERROR(SSL, ssl_add_clienthello_use_srtp_ext, SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST);
288 OPENSSL_PUT_ERROR(SSL, ssl_add_clienthello_use_srtp_ext, SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG);
  /external/openssl/ssl/
d1_srtp.c 253 int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen) function
  /external/openssl/crypto/
symhacks.h 195 #undef ssl_add_clienthello_use_srtp_ext macro
196 #define ssl_add_clienthello_use_srtp_ext ssl_add_clihello_use_srtp_ext macro
  /external/openssl/include/openssl/
symhacks.h 195 #undef ssl_add_clienthello_use_srtp_ext macro
196 #define ssl_add_clienthello_use_srtp_ext ssl_add_clihello_use_srtp_ext macro

Completed in 102 milliseconds