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

  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.h 25 u8 *dh_g; /* generator */ member in struct:tlsv1_credentials
tlsv1_client_i.h 58 u8 *dh_g; member in struct:tlsv1_client
tlsv1_cred.c 38 os_free(cred->dh_g);
1190 os_free(cred->dh_g);
1191 cred->dh_g = os_malloc(hdr.length);
1192 if (cred->dh_g == NULL)
1194 os_memcpy(cred->dh_g, hdr.payload, hdr.length);
    [all...]
tlsv1_client_read.c 703 conn->dh_g = os_malloc(conn->dh_g_len);
704 if (conn->dh_g == NULL)
706 os_memcpy(conn->dh_g, pos, conn->dh_g_len);
709 conn->dh_g, conn->dh_g_len);
710 if (conn->dh_g_len == 1 && conn->dh_g[0] < 2)
    [all...]
tlsv1_client.c 35 os_free(conn->dh_g);
37 conn->dh_p = conn->dh_g = conn->dh_ys = NULL;
tlsv1_server_write.c 395 conn->cred->dh_g == NULL) {
447 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len,
473 * opaque dh_g<1..2^16-1>;
510 /* dh_g */
513 "dh_g");
521 os_memcpy(pos, conn->cred->dh_g, conn->cred->dh_g_len);
tlsv1_client_write.c 391 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len,
  /external/boringssl/src/ssl/
handshake_client.c 1245 CBS dh_p, dh_g, dh_Ys; local
    [all...]
  /external/boringssl/src/ssl/test/runner/
key_agreement.go 620 // Read dh_g

Completed in 225 milliseconds