Home
last modified time | relevance | path

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

/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()
499 &cbc_iv, DES_ENCRYPT); in test_des_pcbc()
514 DES_ENCRYPT); in cfb_test()
557 &cfb_tmp, &n, DES_ENCRYPT); in test_des_cfb64()
571 DES_ENCRYPT); in test_des_cfb64()
[all …]
/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()
/openssl/include/openssl/
H A Ddes.h55 # define DES_ENCRYPT 1 macro
/openssl/doc/man3/
H A DDES_random_key.pod145 If the I<encrypt> argument is nonzero (DES_ENCRYPT), the I<input>

Completed in 26 milliseconds