| /freebsd/crypto/krb5/src/lib/crypto/krb/ |
| H A D | etypes.c | 62 "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 D | enc_rc4.c | 4 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 D | aead.c | 124 * data. (arcfour violates this assumption since not all of the header is in krb5int_c_padding_length()
|
| /freebsd/crypto/heimdal/lib/gssapi/ |
| H A D | ChangeLog | 877 * 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 D | Encryption_Types.htm | 107 <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 D | Makefile.am | 134 crypto-arcfour.c \ 208 salt-arcfour.c \ 252 crypto-arcfour.c \ 267 salt-arcfour.c \
|
| H A D | Makefile.in | 159 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 D | crypto-arcfour.c | 35 * ARCFOUR 42 "arcfour", 318 "arcfour-hmac-md5",
|
| /freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/ |
| H A D | rc4.c | 57 /* 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 D | rc4.c | 175 /* 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 D | keys.c | 330 "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 D | samsung-sss.yaml | 23 -- ARCFOUR (ARC4)
|
| /freebsd/kerberos5/lib/libgssapi_krb5/ |
| H A D | Makefile | 15 arcfour.c \
|
| /freebsd/crypto/krb5/src/man/ |
| H A D | kdc.conf.man | 1005 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 D | krb5.conf.man | 185 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 D | arcfour.c | 39 * 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 D | index.html | 29 …ticate users w/o direct access to the users ntlm hashes (same as Kerberos arcfour enctype keys).<p>
|
| /freebsd/kerberos5/lib/libkrb5/ |
| H A D | Makefile | 514 crypto-arcfour.c \ 586 salt-arcfour.c \
|
| /freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
| H A D | krb5_fileformats.3 | 66 …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 D | k5test.py | 1398 # 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 D | t_etypes.c | 71 { "DEFAULT +aes -arcfour-hmac-md5",
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | ChangeLog | 550 * 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 D | digest.c | 890 "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 D | digest-service.c | 122 krb5_set_error_message(context, ret, "NTLM missing arcfour key"); in ntlm_service()
|
| /freebsd/crypto/heimdal/ |
| H A D | NEWS | 369 * Fixed ARCFOUR suppport 604 * implement arcfour-hmac-md5 to interoperate with W2K
|