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

  /external/chromium_org/third_party/boringssl/src/ssl/
d1_srtp.c 404 int ssl_parse_serverhello_use_srtp_ext(SSL *s, CBS *cbs, int *out_alert) function
425 OPENSSL_PUT_ERROR(SSL, ssl_parse_serverhello_use_srtp_ext, SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST);
433 OPENSSL_PUT_ERROR(SSL, ssl_parse_serverhello_use_srtp_ext, SSL_R_BAD_SRTP_MKI_VALUE);
443 OPENSSL_PUT_ERROR(SSL, ssl_parse_serverhello_use_srtp_ext, SSL_R_NO_SRTP_PROFILES);
463 OPENSSL_PUT_ERROR(SSL, ssl_parse_serverhello_use_srtp_ext, SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST);
  /external/openssl/ssl/
d1_srtp.c 400 int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al) function
  /external/openssl/crypto/
symhacks.h 201 #undef ssl_parse_serverhello_use_srtp_ext macro
202 #define ssl_parse_serverhello_use_srtp_ext ssl_parse_serhello_use_srtp_ext macro
  /external/openssl/include/openssl/
symhacks.h 201 #undef ssl_parse_serverhello_use_srtp_ext macro
202 #define ssl_parse_serverhello_use_srtp_ext ssl_parse_serhello_use_srtp_ext macro

Completed in 558 milliseconds