Searched refs:DECRYPT (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/include/rpc/
H A Ddes.h39 enum desdir { ENCRYPT, DECRYPT }; enumerator in enum:desdir
/freebsd-current/crypto/openssl/test/
H A Dbio_enc_test.c18 #define DECRYPT 0 macro
128 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT)))
148 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) {
180 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) {
/freebsd-current/lib/libc/rpc/
H A Ddes_crypt.c119 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT;
/freebsd-current/usr.sbin/keyserv/
H A Dcrypt_server.c216 dparm.des_dir = (argp->des_dir == ENCRYPT_DES) ? ENCRYPT : DECRYPT;

Completed in 90 milliseconds