Searched defs:in_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c70 const u_int16_t in_id, int in_alg);
72 u_int16_t in_id, int in_alg);
311 * in_id The id of the private key.
324 dst_read_key(const char *in_keyname, const u_int16_t in_id, argument
347 if ((pubkey = dst_s_read_public_key(keyname, in_id, in_alg)) == NULL)
455 * in_name K<in_name><in_id>.<public key suffix> is the
463 dst_s_read_public_key(const char *in_name, const u_int16_t in_id, int in_alg) argument
475 if (dst_s_build_filename(name, in_name, in_id, in_alg, PUBLIC_KEY,
478 in_name, in_id, PUBLIC_KEY));
813 * in_id Ke
820 dst_s_read_private_key_file(char *name, DST_KEY *pk_key, u_int16_t in_id, int in_alg) argument
[all...]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c2488 * ipgpc_findfilters(in_id, key, fid_table)
2493 * in_id contains only dontcares
2500 ipgpc_findfilters(int in_id, int key, ht_match_t *fid_table) argument
2504 if (in_id == IPGPC_BA_DSID) { /* special search for DSFIELD */
2516 } else if (in_id >= TABLE_ID_OFFSET) { /* table to search */
2517 table_id_t *taid = &ipgpc_table_list[in_id - TABLE_ID_OFFSET];
2529 trie_id_t *tid = &ipgpc_trie_list[in_id];
2550 * ipgpc_findfilters6(in_id, key, fid_table)
2555 ipgpc_findfilters6(int in_id, in6_addr_t key, ht_match_t *fid_table) argument
2557 trie_id_t *tid = &ipgpc_trie_list[in_id];
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h76 uint8_t in_id[3]; member in struct:ql_ct_iu_preamble

Completed in 113 milliseconds