Searched refs:ssl2_set_certificate (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/ssl/ |
D | s2_clnt.c | 441 if (ssl2_set_certificate(s,s->s2->tmp.cert_type, in get_server_hello() 1027 int ssl2_set_certificate(SSL *s, int type, int len, const unsigned char *data) in ssl2_set_certificate() function
|
D | ssl_locl.h | 892 int ssl2_set_certificate(SSL *s, int type, int len, const unsigned char *data);
|
/external/openssl/ssl/ |
D | s2_clnt.c | 441 if (ssl2_set_certificate(s,s->s2->tmp.cert_type, in get_server_hello() 1027 int ssl2_set_certificate(SSL *s, int type, int len, const unsigned char *data) in ssl2_set_certificate() function
|
D | ssl_locl.h | 862 int ssl2_set_certificate(SSL *s, int type, int len, const unsigned char *data);
|