Home
last modified time | relevance | path

Searched refs:client_pk (Results 51 – 60 of 60) sorted by relevance

123

/dports/lang/php81/php-8.1.1/ext/sodium/
H A Dlibsodium.c2730 unsigned char *client_pk; in PHP_FUNCTION() local
2751 client_pk = &keypair[crypto_kx_SECRETKEYBYTES]; in PHP_FUNCTION()
2761 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
2781 unsigned char *client_pk; in PHP_FUNCTION() local
2788 &client_pk, &client_pk_len) == FAILURE) { in PHP_FUNCTION()
2804 if (crypto_scalarmult(q, server_sk, client_pk) != 0) { in PHP_FUNCTION()
2811 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
/dports/security/php81-sodium/php-8.1.1/ext/sodium/
H A Dlibsodium.c2730 unsigned char *client_pk; in PHP_FUNCTION() local
2751 client_pk = &keypair[crypto_kx_SECRETKEYBYTES]; in PHP_FUNCTION()
2761 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
2781 unsigned char *client_pk; in PHP_FUNCTION() local
2788 &client_pk, &client_pk_len) == FAILURE) { in PHP_FUNCTION()
2804 if (crypto_scalarmult(q, server_sk, client_pk) != 0) { in PHP_FUNCTION()
2811 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
/dports/security/pecl-libsodium/libsodium-2.0.23/
H A Dlibsodium.c3431 unsigned char *client_pk; in PHP_FUNCTION() local
3451 client_pk = &keypair[crypto_kx_SECRETKEYBYTES]; in PHP_FUNCTION()
3461 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
3481 unsigned char *client_pk; in PHP_FUNCTION() local
3488 &client_pk, &client_pk_len) == FAILURE) { in PHP_FUNCTION()
3503 if (crypto_scalarmult(q, server_sk, client_pk) != 0) { in PHP_FUNCTION()
3510 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_hs_service.c277 curve25519_public_key_generate(&client->client_pk, &seckey); in helper_create_authorized_client()
293 memcpy(client_out->client_pk.public_key, in helper_clone_authorized_client()
294 client->client_pk.public_key, CURVE25519_PUBKEY_LEN); in helper_clone_authorized_client()
587 if (tor_memeq(&pubkey, &client->client_pk, sizeof(pubkey))) { in test_load_keys_with_client_auth()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_hs_service.c277 curve25519_public_key_generate(&client->client_pk, &seckey); in helper_create_authorized_client()
293 memcpy(client_out->client_pk.public_key, in helper_clone_authorized_client()
294 client->client_pk.public_key, CURVE25519_PUBKEY_LEN); in helper_clone_authorized_client()
587 if (tor_memeq(&pubkey, &client->client_pk, sizeof(pubkey))) { in test_load_keys_with_client_auth()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/hs/
H A Dhs_circuit.c393 &ephemeral_kp, &data->client_pk,
/dports/security/tor/tor-0.4.6.8/src/feature/hs/
H A Dhs_circuit.c393 &ephemeral_kp, &data->client_pk,
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/src/
H A Dsodium_bindings.rs1555 client_pk: *const libc::c_uchar, in crypto_kx_client_session_keys()
1566 client_pk: *const libc::c_uchar, in crypto_kx_server_session_keys()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/src/
H A Dsodium_bindings.rs1555 client_pk: *const libc::c_uchar, in crypto_kx_client_session_keys()
1566 client_pk: *const libc::c_uchar, in crypto_kx_server_session_keys()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/libsodium-sys-stable-1.19.19/src/
H A Dsodium_bindings.rs1766 client_pk: *const libc::c_uchar, in crypto_kx_client_session_keys()
1777 client_pk: *const libc::c_uchar, in crypto_kx_server_session_keys()

123