Home
last modified time | relevance | path

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

/openbsd/regress/lib/libcrypto/des/
H A Ddestest.c353 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 Ddes.c87 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 Ddes_enc.c389 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 Ddes_cksum.c100 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
H A Ddes.h85 #define DES_ENCRYPT 1 macro
/openbsd/libexec/login_token/
H A Dtoken.c128 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 Ddes3.c145 &ks3, (void*)iv, DES_ENCRYPT); in main()
/openbsd/usr.bin/x99token/
H A Dx99token.c187 DES_ecb_encrypt(&cb, &cb, &ks, DES_ENCRYPT); in predict()
/openbsd/gnu/usr.bin/perl/win32/
H A Dfcrypt.c27 #define DES_ENCRYPT 1 macro
/openbsd/sbin/isakmpd/
H A Dcrypto.c102 &ks->ks_des[1], &ks->ks_des[2], (void *)iv, DES_ENCRYPT); in des3_encrypt()
/openbsd/usr.bin/openssl/
H A Dspeed.c1777 &DES_iv, DES_ENCRYPT); in speed_main()
1789 &DES_iv, DES_ENCRYPT); in speed_main()