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

  /external/openssl/ssl/
s2_clnt.c 439 if (ssl2_set_certificate(s,s->s2->tmp.cert_type,
519 /* peer_key->x509 has been set by ssl2_set_certificate. */
1025 int ssl2_set_certificate(SSL *s, int type, int len, const unsigned char *data) function
ssl_err.c 135 {ERR_FUNC(SSL_F_SSL2_SET_CERTIFICATE), "SSL2_SET_CERTIFICATE"},
    [all...]
ssl_locl.h 850 int ssl2_set_certificate(SSL *s, int type, int len, const unsigned char *data);
    [all...]

Completed in 584 milliseconds