Lines Matching full:secret
2346 const char *secret)
2361 BN_bin2bn((const unsigned char *)secret, strlen(secret), bnsecret);
2507 void jpake_client_auth(BIO *out, BIO *conn, const char *secret)
2514 ctx = jpake_init("client", "server", secret);
2539 void jpake_server_auth(BIO *out, BIO *conn, const char *secret)
2546 ctx = jpake_init("server", "client", secret);