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

  /external/boringssl/src/ssl/
d1_srtp.c 247 int ssl_add_clienthello_use_srtp_ext(SSL *s, uint8_t *p, int *len, int maxlen) { function
258 OPENSSL_PUT_ERROR(SSL, ssl_add_clienthello_use_srtp_ext,
264 OPENSSL_PUT_ERROR(SSL, ssl_add_clienthello_use_srtp_ext,
t1_lib.c 1011 ssl_add_clienthello_use_srtp_ext(s, 0, &el, 0);
1020 if (!ssl_add_clienthello_use_srtp_ext(s, ret, &el, el)) {
    [all...]
internal.h     [all...]

Completed in 187 milliseconds