Searched refs:DES_ENCRYPT (Results 1 – 15 of 15) sorted by relevance
/third_party/openssl/test/ |
D | destest.c | 318 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 …]
|
/third_party/openssl/crypto/des/ |
D | cfb64enc.c | 42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt() 62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
|
D | ncbc_enc.c | 45 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()
|
D | xcbc_enc.c | 52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt() 64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
|
D | cfb_enc.c | 62 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()
|
D | des_enc.c | 165 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()
|
D | cbc_cksm.c | 41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
|
D | ofb64enc.c | 46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
|
D | pcbc_enc.c | 42 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_pcbc_encrypt()
|
D | ofb_enc.c | 59 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt()
|
/third_party/lwip/src/include/netif/ppp/polarssl/ |
D | des.h | 42 #define DES_ENCRYPT 1 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | des.h | 48 # define DES_ENCRYPT 1 macro
|
/third_party/openssl/include/openssl/ |
D | des.h | 55 # define DES_ENCRYPT 1 macro
|
/third_party/openssl/doc/man3/ |
D | DES_random_key.pod | 145 If the I<encrypt> argument is nonzero (DES_ENCRYPT), the I<input>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_openssl.c | 212 DES_ENCRYPT); in des_encrypt()
|