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

/freebsd-12-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.h63 KeyPair *keypairs; member in struct:dnsc_env
H A Ddnscrypt.c787 * \param[in] env The dnsc_env structure which will hold the keypairs.
803 env->keypairs = sodium_allocarray(env->keypairs_count,
804 sizeof *env->keypairs);
813 KeyPair *current_keypair = &env->keypairs[keypair_id];
1016 sodium_free(env->keypairs);

Completed in 154 milliseconds