/freebsd/contrib/telnet/libtelnet/ |
H A D | kerberos.c | 203 DES_ecb_encrypt(&session_key, &session_key, sched, 0); in kerberos4_send() 204 DES_ecb_encrypt(&session_key, &challenge, sched, 0); in kerberos4_send() 216 DES_ecb_encrypt(&challenge, &challenge, sched, 1); in kerberos4_send() 300 DES_ecb_encrypt(&datablock, &session_key, sched, 1); in kerberos4_is() 309 DES_ecb_encrypt(&datablock, &challenge, sched, 0); in kerberos4_is() 317 DES_ecb_encrypt(&challenge, &challenge, sched, 1); in kerberos4_is() 359 DES_ecb_encrypt(&session_key, &session_key, sched, 1); in kerberos4_reply()
|
H A D | enc_des.c | 205 DES_ecb_encrypt((Block *)fbp->temp_feed, (Block *)fbp->temp_feed, in fb64_start() 544 DES_ecb_encrypt((Block *)stp->str_output, (Block *)b, &stp->str_sched, 1); in cfb64_encrypt() 577 DES_ecb_encrypt((Block *)stp->str_output, (Block *)b, &stp->str_sched, 1); in cfb64_decrypt() 617 DES_ecb_encrypt((Block *)stp->str_feed, (Block *)b, &stp->str_sched, 1); in ofb64_encrypt() 647 DES_ecb_encrypt((Block *)stp->str_feed, (Block *)b, &stp->str_sched, 1); in ofb64_decrypt()
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | enc_des.c | 549 DES_ecb_encrypt(&stp->str_output, &b,&stp->str_sched, 1); in cfb64_encrypt() 581 DES_ecb_encrypt(&stp->str_output,&b, &stp->str_sched, 1); in cfb64_decrypt() 621 DES_ecb_encrypt(&stp->str_feed,&b, &stp->str_sched, 1); in ofb64_encrypt() 650 DES_ecb_encrypt(&stp->str_feed,&b,&stp->str_sched, 1); in ofb64_decrypt()
|
/freebsd/crypto/openssl/crypto/des/ |
H A D | ecb_enc.c | 36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb_encrypt() function
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DES_random_key.pod | 7 DES_ecb_encrypt, DES_ecb2_encrypt, DES_ecb3_encrypt, DES_ncbc_encrypt, 33 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, 141 DES_ecb_encrypt() is the basic DES encryption routine that encrypts or 150 and output may overlap. DES_ecb_encrypt() does not return a value.
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | des.h | 105 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_des_hw.c | 60 DES_ecb_encrypt((const_DES_cblock *)(in + i), in cipher_hw_des_ecb_cipher()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_des.c | 64 DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i), in des_ecb_cipher()
|
/freebsd/crypto/openssl/test/ |
H A D | destest.c | 318 DES_ecb_encrypt(&in, &out, &ks, DES_ENCRYPT); in test_des_ecb() 319 DES_ecb_encrypt(&out, &outin, &ks, DES_DECRYPT); in test_des_ecb()
|
/freebsd/usr.sbin/ppp/ |
H A D | chap_ms.c | 117 DES_ecb_encrypt((DES_cblock *)clear, (DES_cblock *)cipher, &key_schedule, 1); in DesEncrypt()
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/ |
H A D | manpages | 6 hcrypto/man/man3/DES_ecb_encrypt.3
|
/freebsd/usr.sbin/bhyve/ |
H A D | rfb.c | 1092 DES_ecb_encrypt((const_DES_cblock *)challenge, in rfb_handle() 1095 DES_ecb_encrypt((const_DES_cblock *)(challenge + PASSWD_LENGTH), in rfb_handle()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 887 DES_ecb_encrypt;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1328 DES_ecb_encrypt(), DES_ecb3_encrypt(), DES_ofb64_encrypt(), DES_ofb_encrypt(),
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1218 MLINKS+= DES_random_key.3 DES_ecb_encrypt.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 825 DES_ecb_encrypt 846 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
|