Home
last modified time | relevance | path

Searched full:arcfour (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Detypes.c62 "arcfour-hmac", { "rc4-hmac", "arcfour-hmac-md5" },
63 "ArcFour with HMAC/md5",
73 "arcfour-hmac-exp", { "rc4-hmac-exp", "arcfour-hmac-md5-exp" },
74 "Exportable ArcFour with HMAC/md5",
H A Denc_rc4.c4 ARCFOUR cipher (based on a cipher posted on the Usenet in Spring-95).
124 /* Works for encryption or decryption since arcfour is a stream cipher. */ in keyblock_crypt()
H A Daead.c124 * data. (arcfour violates this assumption since not all of the header is in krb5int_c_padding_length()
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog877 * krb5/arcfour.c: Use IS_DCE_STYLE flag. There is no padding in
1124 * krb5/arcfour.c: Thinker more with header lengths.
1126 * krb5/arcfour.c: Improve the calcucation of header
1131 _gssapi_wrap_size_arcfour for arcfour
1133 * krb5/arcfour.c: Move _gssapi_wrap_size_arcfour here.
1149 * krb5/arcfour.c: Add wrap support, interrop with itself but not
1152 * krb5/gsskrb5_locl.h: move the arcfour specific stuff to the
1153 arcfour header.
1155 * krb5/arcfour.c: Support DCE-style unwrap, tested with
1421 * arcfour.c: Less pointer signedness warnings.
[all …]
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/
H A DEncryption_Types.htm107 <th id="th2"> rc4 or <br> arcfour</th>
112 <li> arcfour-hmac </li>
114 <li> arcfour-hmac-md5</li>
115 <li> arcfour-hmac-exp (<b>weak</b>) </li>
117 <li> arcfour-hmac-md5-exp(<b>weak</b>) </li>
/freebsd/crypto/heimdal/lib/krb5/
H A DMakefile.am134 crypto-arcfour.c \
208 salt-arcfour.c \
252 crypto-arcfour.c \
267 salt-arcfour.c \
H A DMakefile.in159 libkrb5_la-crypto-arcfour.lo libkrb5_la-crypto-des.lo \
193 libkrb5_la-salt-aes.lo libkrb5_la-salt-arcfour.lo \
221 librfc3961_la-crypto-algs.lo librfc3961_la-crypto-arcfour.lo \
229 librfc3961_la-salt-arcfour.lo librfc3961_la-salt-des.lo \
823 crypto-arcfour.c \
897 salt-arcfour.c \
934 crypto-arcfour.c \
949 salt-arcfour.c \
1318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-crypto-arcfour.Plo@am__quote@
1394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-salt-arcfour.Plo@am__quote@
[all …]
H A Dcrypto-arcfour.c35 * ARCFOUR
42 "arcfour",
318 "arcfour-hmac-md5",
/freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/
H A Drc4.c57 /* The workhorse of the arcfour system,
151 /* Since the arcfour cipher is identical going forwards and backwards,
158 /* Keysize is arbitrary in arcfour, but the constraints of the
/freebsd/crypto/krb5/src/lib/crypto/builtin/enc_provider/
H A Drc4.c175 /* Since the arcfour cipher is identical going forwards and backwards,
182 /* Keysize is arbitrary in arcfour, but the constraints of the
/freebsd/crypto/heimdal/lib/hdb/
H A Dkeys.c330 "arcfour-hmac-md5:pw-salt", in hdb_generate_key_set()
358 else if (strcmp(p, "arcfour-hmac-md5") == 0) in hdb_generate_key_set()
359 p = "arcfour-hmac-md5:pw-salt"; in hdb_generate_key_set()
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dsamsung-sss.yaml23 -- ARCFOUR (ARC4)
/freebsd/kerberos5/lib/libgssapi_krb5/
H A DMakefile15 arcfour.c \
/freebsd/crypto/krb5/src/man/
H A Dkdc.conf.man1005 arcfour\-hmac rc4\-hmac arcfour\-hmac\-md5
1011 arcfour\-hmac\-exp rc4\-hmac\-exp arcfour\-hmac\-md5\-exp
1043 The RC4 family: arcfour\-hmac
H A Dkrb5.conf.man185 Permit the KDC to issue tickets with arcfour\-hmac session keys.
186 In future releases, this flag will allow arcfour\-hmac to be used
257 …6\-cts\-hmac\-sha384\-192 aes128\-cts\-hmac\-sha256\-128 des3\-cbc\-sha1 arcfour\-hmac\-md5 camell…
271 …6\-cts\-hmac\-sha384\-192 aes128\-cts\-hmac\-sha256\-128 des3\-cbc\-sha1 arcfour\-hmac\-md5 camell…
404 …6\-cts\-hmac\-sha384\-192 aes128\-cts\-hmac\-sha256\-128 des3\-cbc\-sha1 arcfour\-hmac\-md5 camell…
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Darcfour.c39 * The arcfour message have the following formats:
284 if (memcmp(p, "\x11\x00", 2) != 0) /* SGN_ALG = HMAC MD5 ARCFOUR */ in _gssapi_verify_mic_arcfour()
578 if (memcmp(p, "\x11\x00", 2) != 0) /* SGN_ALG = HMAC MD5 ARCFOUR */ in _gssapi_unwrap_arcfour()
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dindex.html29 …ticate users w/o direct access to the users ntlm hashes (same as Kerberos arcfour enctype keys).<p>
/freebsd/kerberos5/lib/libkrb5/
H A DMakefile514 crypto-arcfour.c \
586 salt-arcfour.c \
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/
H A Dkrb5_fileformats.366 …ion type is the same as the Kerberos standard (e.g. 3 is des-cbc-md5, 23 is arcfour-hmac-md5, etc).
/freebsd/crypto/krb5/src/util/
H A Dk5test.py1398 # Exercise the arcfour enctype.
1399 ('arcfour', None,
1402 'supported_enctypes': 'arcfour-hmac:normal',
1403 'master_key_type': 'arcfour-hmac'}}}),
1434 ('aes256.destgt', 'arcfour-hmac:normal',
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_etypes.c71 { "DEFAULT +aes -arcfour-hmac-md5",
/freebsd/crypto/heimdal/lib/kadm5/
H A DChangeLog550 * set_keys.c (_kadm5_generate_key_set): since arcfour-hmac-md5 is
552 "arcfour-hmac-md5" when they really should have used
553 "arcfour-hmac-md5:pw-salt", help them and add glue for that
623 ARCFOUR
/freebsd/crypto/heimdal/kdc/
H A Ddigest.c890 "MS-CHAP-V2 missing arcfour key %s", in _kdc_do_digest()
900 krb5_set_error_message(context, ret, "NTLM missing arcfour key"); in _kdc_do_digest()
1215 krb5_set_error_message(context, ret, "NTLM missing arcfour key"); in _kdc_do_digest()
1305 krb5_set_error_message(context, ret, "NTLM missing arcfour key"); in _kdc_do_digest()
H A Ddigest-service.c122 krb5_set_error_message(context, ret, "NTLM missing arcfour key"); in ntlm_service()
/freebsd/crypto/heimdal/
H A DNEWS369 * Fixed ARCFOUR suppport
604 * implement arcfour-hmac-md5 to interoperate with W2K

12