Searched refs:alg (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c24 * int dst_check_algorithm() Function to determines if alg is suppored.
79 static DST_KEY *dst_s_get_key_struct(const char *name, const int alg,
136 * alg 1 KEY_RSA
145 dst_check_algorithm(const int alg) argument
147 return (dst_t_func[alg] != NULL);
156 * alg: the algorithm number
165 dst_s_get_key_struct(const char *name, const int alg, const int flags, argument
170 if (dst_check_algorithm(alg)) /*%< make sure alg is available */
181 new_key->dk_alg = alg;
471 int flags, proto, alg, dlen; local
653 int alg ; local
763 dst_buffer_to_key(const char *key_name, const int alg, const int flags, const int protocol, const u_char *key_buf, const int key_len) argument
829 int alg, major, minor, file_major, file_minor; local
961 dst_generate_key(const char *name, const int bits, const int exp, const int flags, const int protocol, const int alg) argument
[all...]
H A Dsupport.c229 * form: K&lt;keyname&gt;+&lt;alg&gt;+&lt;id&gt;.&lt;suffix&gt;
260 * form: K&lt;keyname&gt;+&lt;alg&gt;+&lt;id&gt;.&lt;suffix&gt;
270 int alg, const char *suffix, size_t filename_length)
283 sprintf(filename, "K%s+%03d+%05d.%s", name, alg, my_id,
269 dst_s_build_filename(char *filename, const char *name, u_int16_t id, int alg, const char *suffix, size_t filename_length) argument
H A Ddst_internal.h137 u_int16_t id, int alg, const char *suffix,
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.h409 #define IEEE80211_AUTH_ALG(name, alg, v) \
410 _IEEE80211_POLICY_MODULE(auth, alg, v, \
411 ieee80211_authenticator_register(alg, &v), \
412 ieee80211_authenticator_unregister(alg))
426 #define IEEE80211_SCANNER_ALG(name, alg, v) \
427 _IEEE80211_POLICY_MODULE(scan, alg, v, \
428 ieee80211_scanner_register(alg, &v), \
429 ieee80211_scanner_unregister(alg, &v))
434 #define IEEE80211_RATECTL_MODULE(alg, version)
435 #define IEEE80211_RATECTL_ALG(name, alg,
[all...]
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_print.c586 u_int c_type, key_tag, alg; local
594 alg = (u_int) *rdata++;
596 len = SPRINTF((tmp1, "%d %d %d ", c_type, key_tag, alg));
/haiku/headers/posix/arpa/
H A Dnameser.h242 char alg[NS_MAXDNAME]; member in struct:ns_tsig_key
409 #define NS_ALG_EXPIRE_ONLY 253 /* No alg, no security */
410 #define NS_ALG_PRIVATE_OID 254 /* Key begins with OID giving alg */

Completed in 104 milliseconds