Home
last modified time | relevance | path

Searched refs:cbc_crypt (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/librpcsvc/
H A Dxcrypt.c74 err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec); in xencrypt()
107 err = cbc_crypt(key, buf, len, DES_DECRYPT | DES_HW, ivec); in xdecrypt()
/freebsd/include/rpc/
H A Ddes_crypt.h87 int cbc_crypt( char *, char *, unsigned int, unsigned int, char *);
/freebsd/lib/libc/rpc/
H A Ddes_crypt.c69 cbc_crypt(char *key, char *buf, unsigned len, unsigned mode, char *ivec) in cbc_crypt() function
H A DSymbol.map40 cbc_crypt;
H A DREADME38 States domestic version of libcrypt in order to resolve the cbc_crypt() and
55 libcrypt for the cbc_crypt() and ecb_crypt functions.
H A DMakefile.inc53 des_crypt.3 cbc_crypt.3 \
H A Dsvc_auth_des.c208 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf, in _svcauth_des()
H A Dauth_des.c302 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
/freebsd/tests/sys/kern/
H A Dktls_test.c306 cbc_crypt(const EVP_CIPHER *cipher, const char *key, const char *iv, in cbc_crypt() function
354 return (cbc_crypt(cipher, key, iv, input, output, size, 1)); in cbc_encrypt()
361 return (cbc_crypt(cipher, key, iv, input, output, size, 0)); in cbc_decrypt()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1440 fun:cbc_crypt=uninstrumented