Searched refs:client_priv (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/vmdh/
H A Dvmdh-42-example2.c48 static const uint8_t client_priv[] = { variable
110 ok_status(ccdh_import_priv(gp, sizeof(client_priv), client_priv, priv), "Import DH private key");
130 dh->priv_key = BN_bin2bn(client_priv, sizeof(client_priv), BN_new());
H A Dvmdh-41-example.c48 static const uint8_t client_priv[] = { variable
124 ok_status(ccdh_import_priv(gp, sizeof(client_priv), client_priv, priv), "Import private DH key");
144 dh->priv_key = BN_bin2bn(client_priv, sizeof(client_priv), BN_new());

Completed in 96 milliseconds