Searched refs:algo (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AuthBlock.java | 740 String algo = "Unknown BSD"; 744 algo = "DSA"; 748 algo = "MD5/RSA"; 752 algo = "Keyed HMAC with MD5"; 761 algo, 771 algo,
|
/titanic_44/usr/src/common/lzma/ |
H A D | LzmaEnc.h | 25 int algo; /* 0 - fast, 1 - normal, default = 1 */ member
|
H A D | LzmaEnc.c | 54 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1; in LzmaEncProps_Init() 67 if (p->algo < 0) p->algo = (level < 5 ? 0 : 1); in LzmaEncProps_Normalize() 69 if (p->btMode < 0) p->btMode = (p->algo == 0 ? 0 : 1); in LzmaEncProps_Normalize() 72 if (p->numThreads < 0) p->numThreads = ((p->btMode && p->algo) ? 2 : 1); in LzmaEncProps_Normalize() 433 p->fastMode = (props.algo == 0); in LzmaEnc_SetProps()
|
/titanic_44/usr/src/lib/libkmf/libkmf/common/ |
H A D | csrcrlop.c | 364 KMF_X509_ALGORITHM_IDENTIFIER *algo, in sign_csr() argument 403 kmf_set_attr_at_index(attlist, i++, KMF_OID_ATTR, &algo->algorithm, in sign_csr() 425 ret = copy_algoid(&subj_csr.signature.algorithmIdentifier, algo); in sign_csr() 429 algid = x509_algoid_to_algid(&algo->algorithm); in sign_csr()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ilb.h | 104 ilb_algo_impl_t algo; member
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 985 uint8_t algo; in opt_format_authproto() local 988 if (size < sizeof (proto) + sizeof (algo)) in opt_format_authproto() 991 GETINT8(algo, optdata); in opt_format_authproto() 992 switch (algo) { in opt_format_authproto() 1006 (void) sprintf(get_line(0, 0), "Algorithm = %d (%s)", algo, in opt_format_authproto()
|
/titanic_44/usr/src/uts/common/io/net80211/ |
H A D | net80211_input.c | 1148 uint16_t algo; /* authentication algorithm */ in ieee80211_recv_mgmt() local 1273 algo = LE_16(*(uint16_t *)frm); in ieee80211_recv_mgmt() 1278 ieee80211_macaddr_sprintf(wh->i_addr2), algo, seq); in ieee80211_recv_mgmt() 1286 switch (algo) { in ieee80211_recv_mgmt() 1296 "ignore auth, unsupported alg %d", algo); in ieee80211_recv_mgmt()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_rules.c | 270 algo2str(ilb_algo_t algo, char *buf, int sz) in algo2str() argument 272 char *s = i_str_from_val((int)algo, &algo_types[0]); in algo2str() 278 algo2bare_str(ilb_algo_t algo, char *buf, int sz) in algo2bare_str() argument 280 char *s = i_str_from_val((int)algo, &algo_types[0]); in algo2bare_str()
|
/titanic_44/usr/src/uts/common/inet/ilb/ |
H A D | ilb.c | 711 switch (cmd->algo) { in ilb_rule_add() 723 &cmd->algo)) == NULL) { in ilb_rule_add() 727 rule->ir_alg_type = cmd->algo; in ilb_rule_add() 2025 cmd->algo = rule->ir_alg_type; in ilb_rule_list()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_rules.c | 304 rl->rl_algo = algo_impl2lib(kcmd.algo); in ilb_get_krule() 968 kcmd->algo = algo_lib2impl(irl->irl_algo); in i_alloc_kernel_rule_cmd()
|