HomeSort by: relevance | last modified time | path
    Searched refs:kcc (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/bin/
Makefile 11 kcc \
  /src/crypto/external/bsd/heimdal/bin/kcc/
Makefile 10 PROG= kcc
11 LINKS+= ${BINDIR}/kcc ${BINDIR}/klist
  /src/crypto/external/bsd/libsaslc/dist/src/
mech_digestmd5.c 189 md5hash_t kcc; /* client->server confidentiality key */ member in struct:__anon967
388 /* Kcc = MD5({H(A1)[0..n], */
410 saslc__crypto_md5_hash(buf, buflen, ms->keys.kcc);
1034 /* The key for the "rc4" and "aes" ciphers is all 16 bytes of Kcc or Kcs.*/
1035 /* The key for the "rc4-40" cipher is the first 5 bytes of Kcc or Kcs. */
1036 /* The key for the "rc4-56" is the first 7 bytes of Kcc or Kcs. */
1037 /* The key for "des" is the first 7 bytes of Kcc or Kcs. */
1038 /* The key for "3des" is the first 14 bytes of Kcc or Kcs. */
1041 /* data for "des" and "3des" is the last 8 bytes of Kcc or Kcs. For all */
1047 /* follows: IVc = MD5({Kcc, "aes-128"}) *
    [all...]

Completed in 25 milliseconds