Home
last modified time | relevance | path

Searched refs:DES_ENCRYPT (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c392 DES_ENCRYPT); in cfb_test()
413 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT); in cfb64_test()
415 &cfb_tmp, &n, DES_ENCRYPT); in cfb64_test()
439 DES_ENCRYPT); in ede_cfb64_test()
442 &cfb_tmp, &n, DES_ENCRYPT); in ede_cfb64_test()
488 DES_ENCRYPT); in ATF_TC_BODY()
490 &iv3, &iv2, DES_ENCRYPT); in ATF_TC_BODY()
535 des_ecb_encrypt(&in, &out, ks, DES_ENCRYPT); in ATF_TC_BODY()
573 des_ecb2_encrypt(&in, &out, ks, ks2, DES_ENCRYPT); in ATF_TC_BODY()
603 &iv3, DES_ENCRYPT); in ATF_TC_BODY()
[all …]
/freebsd/crypto/openssl/test/
H A Ddestest.c318 DES_ecb_encrypt(&in, &out, &ks, DES_ENCRYPT); in test_des_ecb()
346 DES_ecb3_encrypt(&in, &out, &ks, &ks2, &ks, DES_ENCRYPT); in test_des_ede_ecb()
376 &iv3, DES_ENCRYPT); in test_des_cbc()
400 DES_ENCRYPT); in test_des_ede_cbc()
429 DES_ENCRYPT); in test_ede_cbc()
431 &ks3, &iv3, DES_ENCRYPT); in test_ede_cbc()
452 DES_ncbc_encrypt(&cbc_data[i], cbc_out, n, &ks, &iv, DES_ENCRYPT); in test_input_align()
467 DES_ncbc_encrypt(cbc_data, &cbc_out[i], n, &ks, &iv, DES_ENCRYPT); in test_output_align()
499 &cbc_iv, DES_ENCRYPT); in test_des_pcbc()
514 DES_ENCRYPT); in cfb_test()
[all …]
/freebsd/crypto/openssl/crypto/des/
H A Dcfb64enc.c42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
H A Dncbc_enc.c45 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_cbc_encrypt()
57 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_cbc_encrypt()
H A Dxcbc_enc.c52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
H A Dcfb_enc.c62 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt()
109 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt()
H A Ddes_enc.c165 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT); in DES_encrypt3()
167 DES_encrypt2((DES_LONG *)data, ks3, DES_ENCRYPT); in DES_encrypt3()
186 DES_encrypt2((DES_LONG *)data, ks2, DES_ENCRYPT); in DES_decrypt3()
H A Dcbc_cksm.c41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
H A Dofb64enc.c46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
H A Dpcbc_enc.c42 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_pcbc_encrypt()
H A Dofb_enc.c59 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt()
/freebsd/sys/crypto/des/
H A Ddes_enc.c266 des_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT); in des_encrypt3()
268 des_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT); in des_encrypt3()
287 des_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT); in des_decrypt3()
H A Ddes.h75 #define DES_ENCRYPT 1 macro
/freebsd/include/rpc/
H A Ddes_crypt.h51 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */ macro
/freebsd/contrib/telnet/libtelnet/
H A Dpk.h38 #define DES_ENCRYPT 1 macro
H A Dpk.c222 DES_cbc_encrypt(in, buf, deslen, &k, &i, DES_ENCRYPT); in pk_encode()
/freebsd/lib/libc/rpc/
H A Ddes_crypt.c119 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
H A Dauth_des.c304 DES_ENCRYPT | DES_HW, (char *)&ivec); in authdes_marshal()
308 DES_ENCRYPT | DES_HW); in authdes_marshal()
H A Dsvc_auth_des.c292 sizeof(des_block), DES_ENCRYPT | DES_HW); in _svcauth_des()
/freebsd/lib/librpcsvc/
H A Dxcrypt.c74 err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec); in xencrypt()
/freebsd/crypto/heimdal/lib/krb5/
H A Dsalt-des3.c82 &s[0], &s[1], &s[2], &ivec, DES_ENCRYPT); in DES3_string_to_key()
/freebsd/crypto/openssl/include/openssl/
H A Ddes.h55 # define DES_ENCRYPT 1 macro
/freebsd/usr.sbin/bhyve/
H A Drfb.c1094 &ks, DES_ENCRYPT); in rfb_handle()
1098 &ks, DES_ENCRYPT); in rfb_handle()
/freebsd/crypto/openssl/doc/man3/
H A DDES_random_key.pod145 If the I<encrypt> argument is nonzero (DES_ENCRYPT), the I<input>
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG108 Changed #define for DES_ENCRYPT to DES_ENCRYPTION