Searched refs:cbc_crypt (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/librpcsvc/ |
H A D | xcrypt.c | 74 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 D | des_crypt.h | 87 int cbc_crypt( char *, char *, unsigned int, unsigned int, char *);
|
/freebsd/lib/libc/rpc/ |
H A D | des_crypt.c | 69 cbc_crypt(char *key, char *buf, unsigned len, unsigned mode, char *ivec) in cbc_crypt() function
|
H A D | Symbol.map | 40 cbc_crypt;
|
H A D | README | 38 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 D | Makefile.inc | 53 des_crypt.3 cbc_crypt.3 \
|
H A D | svc_auth_des.c | 208 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf, in _svcauth_des()
|
H A D | auth_des.c | 302 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
|
/freebsd/tests/sys/kern/ |
H A D | ktls_test.c | 306 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 D | libc_ubuntu1404_abilist.txt | 1440 fun:cbc_crypt=uninstrumented
|