Searched refs:omapi_auth_key_t (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/omapip/ |
H A D | auth.c | 38 OMAPI_OBJECT_ALLOC (omapi_auth_key, omapi_auth_key_t, omapi_type_auth_key) 41 omapi_auth_key_t, omapi_auth_hash_t) 43 HASH_FUNCTIONS (omapi_auth_key, const char *, omapi_auth_key_t, in HASH_FUNCTIONS() argument 48 isc_result_t omapi_auth_key_new (omapi_auth_key_t **o, const char *file, in HASH_FUNCTIONS() 57 omapi_auth_key_t *a; in omapi_auth_key_destroy() 61 a = (omapi_auth_key_t *)h; in omapi_auth_key_destroy() 78 isc_result_t omapi_auth_key_enter (omapi_auth_key_t *a) in omapi_auth_key_enter() 80 omapi_auth_key_t *tk; in omapi_auth_key_enter() 87 tk = (omapi_auth_key_t *)0; in omapi_auth_key_enter() 126 isc_result_t omapi_auth_key_lookup_name (omapi_auth_key_t **a, in omapi_auth_key_lookup_name() [all …]
|
H A D | protocol.c | 791 ((omapi_auth_key_t *)ao) -> name); in omapi_protocol_add_auth() 795 status = (p -> verify_auth) (po, (omapi_auth_key_t *)ao); in omapi_protocol_add_auth() 977 omapi_auth_key_t *)) in omapi_protocol_configure_security() argument
|
H A D | support.c | 183 sizeof (omapi_auth_key_t), 0, in omapi_init()
|
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
H A D | omapip.h | 155 } omapi_auth_key_t; typedef 276 omapi_auth_key_t *)); 443 omapi_auth_key_t, omapi_type_auth_key) 444 isc_result_t omapi_auth_key_new (omapi_auth_key_t **, const char *, int); 446 isc_result_t omapi_auth_key_enter (omapi_auth_key_t *); 447 isc_result_t omapi_auth_key_lookup_name (omapi_auth_key_t **, const char *);
|
H A D | omapip_p.h | 160 isc_result_t (*verify_auth) (omapi_object_t *, omapi_auth_key_t *); 169 isc_result_t (*verify_auth) (omapi_object_t *, omapi_auth_key_t *);
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | dhcpd.c | 110 static omapi_auth_key_t *omapi_key = (omapi_auth_key_t *)0; 140 static isc_result_t verify_auth (omapi_object_t *p, omapi_auth_key_t *a) { in verify_auth()
|