Home
last modified time | relevance | path

Searched refs:ciphers (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c1264 int ciphers = 0; in smb_convert_encrypt_ciphers() local
1280 ciphers |= sv->val; in smb_convert_encrypt_ciphers()
1288 return (ciphers); in smb_convert_encrypt_ciphers()
1300 int ciphers = 0; in smb_config_get_encrypt_ciphers() local
1306 ciphers = smb_convert_encrypt_ciphers(buf); in smb_config_get_encrypt_ciphers()
1308 if (ciphers <= 0) in smb_config_get_encrypt_ciphers()
1309 ciphers = SMB3_CIPHER_FLAGS_ALL; in smb_config_get_encrypt_ciphers()
1311 return ((uint32_t)ciphers); in smb_config_get_encrypt_ciphers()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c214 uint32_t ciphers = sr->sr_server->sv_cfg.skc_encrypt_ciphers; in smb31_decode_neg_ctxs() local
379 (SMB3_CIPHER_BIT(c) & ciphers) != 0) { in smb31_decode_neg_ctxs()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c812 static const char *ciphers[] = { in ath_keyprint() local
824 tag, ix, ciphers[hk->kv_type]); in ath_keyprint()
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h455 uint32_t ciphers; member
H A Dipw2100.c930 sec.ciphers = LE_32(IPW2100_CIPHER_NONE); in ipw2100_config()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME449 # home network; allow all valid ciphers
457 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4223 int ciphers = 0; local
4353 ciphers |= cipher->flag;
4523 (ciphers & cipher->flag) &&