Searched refs:DES_ENCRYPT (Results 1 – 11 of 11) sorted by relevance
/openbsd/regress/lib/libcrypto/des/ |
H A D | destest.c | 353 DES_ENCRYPT); in main() 355 &iv3,&iv2,DES_ENCRYPT); in main() 443 &iv3,DES_ENCRYPT); in main() 507 DES_ENCRYPT); in main() 509 &iv3,DES_ENCRYPT); in main() 550 &cbc_iv,DES_ENCRYPT); in main() 740 &cbc_iv,DES_ENCRYPT); in main() 748 &cbc_iv,DES_ENCRYPT); in main() 795 DES_ENCRYPT); in cfb_test() 826 &cfb_tmp,&n,DES_ENCRYPT); in cfb64_test() [all …]
|
/openbsd/lib/libcrypto/des/ |
H A D | des.c | 87 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_cbc_encrypt() 99 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_cbc_encrypt() 344 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt() 364 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt() 419 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt() 465 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt() 773 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt() 838 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt() 896 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_pcbc_encrypt() 964 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt() [all …]
|
H A D | des_enc.c | 389 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT); in DES_encrypt3() 391 DES_encrypt2((DES_LONG *)data, ks3, DES_ENCRYPT); in DES_encrypt3() 412 DES_encrypt2((DES_LONG *)data, ks2, DES_ENCRYPT); in DES_decrypt3() 446 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_ncbc_encrypt() 458 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_ncbc_encrypt()
|
H A D | des_cksum.c | 100 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
|
H A D | des.h | 85 #define DES_ENCRYPT 1 macro
|
/openbsd/libexec/login_token/ |
H A D | token.c | 128 DES_ecb_encrypt(&tr.rim, &cb.cb, &ks, DES_ENCRYPT); in tokenchallenge() 206 DES_ENCRYPT); in tokenverify() 319 DES_ecb_encrypt(&nulls.cb, &checksum.cb, &key_schedule, DES_ENCRYPT); in tokenuserinit()
|
/openbsd/regress/sys/crypto/enc/ |
H A D | des3.c | 145 &ks3, (void*)iv, DES_ENCRYPT); in main()
|
/openbsd/usr.bin/x99token/ |
H A D | x99token.c | 187 DES_ecb_encrypt(&cb, &cb, &ks, DES_ENCRYPT); in predict()
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | fcrypt.c | 27 #define DES_ENCRYPT 1 macro
|
/openbsd/sbin/isakmpd/ |
H A D | crypto.c | 102 &ks->ks_des[1], &ks->ks_des[2], (void *)iv, DES_ENCRYPT); in des3_encrypt()
|
/openbsd/usr.bin/openssl/ |
H A D | speed.c | 1777 &DES_iv, DES_ENCRYPT); in speed_main() 1789 &DES_iv, DES_ENCRYPT); in speed_main()
|