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

/openbsd-current/lib/libcrypto/hidden/openssl/
H A Ddes.h30 LCRYPTO_USED(DES_cbc_encrypt); variable
/openbsd-current/lib/libcrypto/des/
H A Dncbc_enc.c4 * cbc_enc.c (DES_cbc_encrypt)
68 DES_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, function
157 LCRYPTO_ALIAS(DES_cbc_encrypt); variable
H A Ddes.h116 /* DES_cbc_encrypt does not update the IV! Use DES_ncbc_encrypt instead. */
117 void DES_cbc_encrypt(const unsigned char *input, unsigned char *output,
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dserver.c6451 DES_cbc_encrypt ((C_Block *) input, (C_Block *) output,
6491 /* We use DES_cbc_encrypt rather than krb_mk_priv because the
6498 DES_cbc_encrypt ((C_Block *) input, (C_Block *) output, aligned,

Completed in 270 milliseconds