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

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_srtp.c379 int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen) function
385 OPENSSL_PUT_ERROR(SSL, ssl_add_serverhello_use_srtp_ext, SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG);
391 OPENSSL_PUT_ERROR(SSL, ssl_add_serverhello_use_srtp_ext, SSL_R_USE_SRTP_NOT_NEGOTIATED);
H A Dssl_locl.h1121 int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen);
H A Dt1_lib.c1292 ssl_add_serverhello_use_srtp_ext(s, 0, &el, 0);
1299 if(!ssl_add_serverhello_use_srtp_ext(s, ret, &el, el))
/external/openssl/crypto/
H A Dsymhacks.h197 #undef ssl_add_serverhello_use_srtp_ext macro
198 #define ssl_add_serverhello_use_srtp_ext ssl_add_serhello_use_srtp_ext macro
/external/openssl/include/openssl/
H A Dsymhacks.h197 #undef ssl_add_serverhello_use_srtp_ext macro
198 #define ssl_add_serverhello_use_srtp_ext ssl_add_serhello_use_srtp_ext macro
/external/openssl/ssl/
H A Dd1_srtp.c375 int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen) function
H A Dssl_locl.h1161 int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen);
H A Dt1_lib.c838 ssl_add_serverhello_use_srtp_ext(s, 0, &el, 0);
845 if(ssl_add_serverhello_use_srtp_ext(s, ret, &el, el))

Completed in 197 milliseconds