/external/openssl/ssl/ |
s3_lib.c | [all...] |
ssl_ciph.c | 256 {0,SSL_TXT_kSRP,0, SSL_kSRP, 0,0,0,0,0,0,0,0}, 283 {0,SSL_TXT_SRP,0, SSL_kSRP,0,0,0,0,0,0,0,0}, 733 *mkey |= SSL_kSRP; [all...] |
s3_srvr.c | 192 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && 482 || (alg_k & SSL_kSRP) [all...] |
s3_clnt.c | 404 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) [all...] |
ssl_locl.h | 301 #define SSL_kSRP 0x00000400L /* SRP */ [all...] |