Searched refs:DES_PCBC_MODE (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes.h112 # define DES_PCBC_MODE 1 macro
128 OPENSSL_DECLARE_GLOBAL(int, DES_rw_mode); /* defaults to DES_PCBC_MODE */
H A Denc_read.c68 OPENSSL_IMPLEMENT_GLOBAL(int, DES_rw_mode, DES_PCBC_MODE)
194 if (DES_rw_mode & DES_PCBC_MODE)
216 if (DES_rw_mode & DES_PCBC_MODE)
227 if (DES_rw_mode & DES_PCBC_MODE)
H A Denc_writ.c147 if (DES_rw_mode & DES_PCBC_MODE)
/freebsd-11-stable/sys/crypto/des/
H A Ddes.h80 #define DES_PCBC_MODE 1 macro

Completed in 129 milliseconds