Home
last modified time | relevance | path

Searched refs:auth_key_out (Results 1 – 8 of 8) sorted by relevance

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/hs/
H A Dhs_intropoint.c40 get_auth_key_from_cell(ed25519_public_key_t *auth_key_out, in get_auth_key_from_cell() argument
46 tor_assert(auth_key_out); in get_auth_key_from_cell()
70 tor_assert(auth_key_len == sizeof(auth_key_out->pubkey)); in get_auth_key_from_cell()
71 memcpy(auth_key_out->pubkey, key_array, auth_key_len); in get_auth_key_from_cell()
H A Dhs_intropoint.h52 get_auth_key_from_cell(ed25519_public_key_t *auth_key_out,
/dports/security/tor/tor-0.4.6.8/src/feature/hs/
H A Dhs_intropoint.c40 get_auth_key_from_cell(ed25519_public_key_t *auth_key_out, in get_auth_key_from_cell() argument
46 tor_assert(auth_key_out); in get_auth_key_from_cell()
70 tor_assert(auth_key_len == sizeof(auth_key_out->pubkey)); in get_auth_key_from_cell()
71 memcpy(auth_key_out->pubkey, key_array, auth_key_len); in get_auth_key_from_cell()
H A Dhs_intropoint.h52 get_auth_key_from_cell(ed25519_public_key_t *auth_key_out,
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dpfkey.c621 p->conf.auth.auth_key_out, in pfkey_ipsec_establish()
H A Dbgpd.h339 char auth_key_out[IPSEC_AUTH_KEY_LEN]; member
H A Dparse.y1623 if (str2key($7, curpeer->conf.auth.auth_key_out,
1624 sizeof(curpeer->conf.auth.auth_key_out)) ==
H A Dparse.c3917 if (str2key((yyvsp[-1].v.string), curpeer->conf.auth.auth_key_out, in yyparse()
3918 sizeof(curpeer->conf.auth.auth_key_out)) == in yyparse()