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

  /src/lib/libtelnet/
pk.h 38 #define DES_ENCRYPT 1
pk.c 256 des_cbc_encrypt(in, buf, deslen, k, &i, DES_ENCRYPT);
  /src/sys/crypto/des/
des.h 76 #define DES_ENCRYPT 1
des_enc.c 266 des_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
268 des_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT);
287 des_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT);
des_cbc.c 86 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
95 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
  /src/tests/lib/libdes/
t_des.c 392 DES_ENCRYPT);
413 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT);
415 &cfb_tmp, &n, DES_ENCRYPT);
439 DES_ENCRYPT);
442 &cfb_tmp, &n, DES_ENCRYPT);
488 DES_ENCRYPT);
490 &iv3, &iv2, DES_ENCRYPT);
535 des_ecb_encrypt(&in, &out, ks, DES_ENCRYPT);
573 des_ecb2_encrypt(&in, &out, ks, ks2, DES_ENCRYPT);
603 &iv3, DES_ENCRYPT);
    [all...]
  /src/sys/opencrypto/
cryptosoft_xform.c 415 des_ecb_encrypt(cb, cb, p[0], DES_ENCRYPT);
455 des_ecb3_encrypt(cb, cb, p[0], p[1], p[2], DES_ENCRYPT);

Completed in 34 milliseconds