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

/netbsd-current/external/bsd/unbound/dist/dnscrypt/
H A Ddnscrypt.h45 uint8_t crypt_publickey[crypto_box_PUBLICKEYBYTES]; member in struct:KeyPair_
H A Ddnscrypt.c822 if (crypto_scalarmult_base(current_keypair->crypt_publickey,
826 dnsc_key_to_fingerprint(fingerprint, current_keypair->crypt_publickey);
830 if(memcmp(current_keypair->crypt_publickey,
844 current_cert->keypair->crypt_publickey);

Completed in 135 milliseconds