Searched refs:des_encrypt (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | crypt.h | 53 extern void des_encrypt(char *, int);
|
/illumos-gate/usr/src/uts/common/des/ |
H A D | des_soft.c | 59 static void des_encrypt(u_char *data, struct deskeydata *kd); 88 des_encrypt((u_char *)buf, &softkey); 95 des_encrypt((u_char *)buf, &softkey); 104 des_encrypt((u_char *)buf, &softkey); 215 des_encrypt(u_char *data, struct deskeydata *kd) function
|
H A D | des_crypt.c | 166 static int des_encrypt(crypto_ctx_t *, crypto_data_t *, crypto_data_t *, 184 des_encrypt, 529 des_encrypt(crypto_ctx_t *ctx, crypto_data_t *plaintext, function
|
/illumos-gate/usr/src/lib/libcrypt/ |
H A D | Makefile.com | 33 des_encrypt.o \
|
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_crypt.c | 31 #pragma weak _des_encrypt = des_encrypt 300 des_encrypt(char *block, int edflag) function
|
H A D | llib-lcrypt | 65 void des_encrypt(char *block, int edflag); 73 /* des_encrypt.c */
|
H A D | des_soft.c | 77 static void des_encrypt(uchar_t *, struct deskeydata *); 143 des_encrypt((uchar_t *)buf, &softkey); 150 des_encrypt((uchar_t *)buf, &softkey); 159 des_encrypt((uchar_t *)buf, &softkey); 267 des_encrypt(uchar_t *data, struct deskeydata *kd) function
|
/illumos-gate/usr/src/man/man3ext/ |
H A D | Makefile | 75 des_encrypt.3ext \ 142 des_encrypt.3ext := LINKSRC = crypt.3ext
|
Completed in 88 milliseconds