Home
last modified time | relevance | path

Searched refs:CRYPT_MAXCIPHERTEXTLEN (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/crypt_modules/sha256/
H A Dtest.c105 char ctbuffer[CRYPT_MAXCIPHERTEXTLEN]; in main()
114 CRYPT_MAXCIPHERTEXTLEN); in main()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dcrypt.c87 #define MAX_ALGNAME_LEN (CRYPT_MAXCIPHERTEXTLEN - 1)
152 ctbuffer = tsdalloc(_T_CRYPT, CRYPT_MAXCIPHERTEXTLEN, NULL); in crypt()
155 bzero(ctbuffer, CRYPT_MAXCIPHERTEXTLEN); in crypt()
190 ciphertext = alg->a_genhash(ctbuffer, CRYPT_MAXCIPHERTEXTLEN, in crypt()
226 gsbuffer = calloc(CRYPT_MAXCIPHERTEXTLEN, sizeof (char *)); in crypt_gensalt()
245 newsalt = _unix_crypt_gensalt(gsbuffer, CRYPT_MAXCIPHERTEXTLEN, in crypt_gensalt()
255 newsalt = alg->a_gensalt(gsbuffer, CRYPT_MAXCIPHERTEXTLEN, in crypt_gensalt()
284 char algname[CRYPT_MAXCIPHERTEXTLEN]; in getalgfromsalt()
288 if (salt == NULL || strlen(salt) > CRYPT_MAXCIPHERTEXTLEN) in getalgfromsalt()
/titanic_50/usr/src/head/
H A Dcrypt.h43 #define CRYPT_MAXCIPHERTEXTLEN 512 macro
/titanic_50/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c89 static const int cryptpwsize = CRYPT_MAXCIPHERTEXTLEN; in changepasswd()
108 char adj_encrypt[CRYPT_MAXCIPHERTEXTLEN + 1]; in changepasswd()
/titanic_50/usr/src/lib/passwdutil/
H A Dfiles_attr.c529 (MAXHISTORY * CRYPT_MAXCIPHERTEXTLEN)+1]; in files_getattr()
1148 (MAXHISTORY * CRYPT_MAXCIPHERTEXTLEN)+1]; in files_update_history()
/titanic_50/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c78 #define CRYPTPWSIZE CRYPT_MAXCIPHERTEXTLEN