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

  /external/openssl/crypto/jpake/
jpaketest.c 153 alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
154 bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
166 alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
168 bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
jpake.h 58 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
jpake.c 115 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
  /external/openssl/apps/
apps.c     [all...]

Completed in 1089 milliseconds