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

  /external/curl/docs/cmdline-opts/
tlsauthtype.d 6 Set TLS authentication type. Currently, the only supported option is "SRP",
7 for TLS-SRP (RFC 5054). If --tlsuser and --tlspassword are specified but
8 --tlsauthtype is not, then this option defaults to "SRP". This option works
9 only if the underlying libcurl is built with TLS-SRP support, which requires
10 OpenSSL or GnuTLS with TLS-SRP support.
version.d 43 .IP "TLS-SRP"
44 SRP (Secure Remote Password) authentication is supported for TLS.
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 728 for (auto &SRP : SRs) {
729 const LiveInterval::SubRange &SR = *SRP.first;
730 LiveRange::const_iterator &I = SRP.second;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveIntervals.cpp 764 for (auto &SRP : SRs) {
765 const LiveInterval::SubRange &SR = *SRP.first;
766 LiveRange::const_iterator &I = SRP.second;
    [all...]
  /external/v8/src/s390/
simulator-s390.h 584 EVALUATE(SRP);
constants-s390.h     [all...]
simulator-s390.cc     [all...]
  /external/curl/tests/
runtests.pl 229 my $has_tls_srp; # set if libcurl is built with TLS-SRP support
    [all...]

Completed in 778 milliseconds