Searched refs:iobuf (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c329 char *iobuf; local
333 iobuf = pthread_getspecific(*keyp);
334 if (iobuf == NULL) {
335 if (thr_setspecific(*keyp, (iobuf = malloc(size))) != 0) {
336 if (iobuf)
337 (void) free(iobuf);
338 iobuf = NULL;
341 return (iobuf);
352 char *iobuf = _get_iobuf(&key, IOBUF_SIZE); local
354 if (iobuf
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c374 char *iobuf)
402 iobuf[i] = c;
427 iobuf[i+2] = c;
429 iobuf[i+2] = 0;
430 if(iobuf[1]==0)
431 iobuf[1] = iobuf[0];
432 return(iobuf);
372 afs_crypt(const char *pw, const char *salt, char *iobuf) argument
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c119 static char *_unix_crypt(const char *pw, const char *salt, char *iobuf);
1065 _unix_crypt(const char *pw, const char *salt, char *iobuf) argument
1071 block = iobuf + 16;
1073 if (iobuf == 0) {
1095 iobuf[i] = (char)c;
1125 iobuf[i+2] = (char)c;
1127 iobuf[i+2] = 0;
1128 if (iobuf[1] == 0)
1129 iobuf[1] = iobuf[
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c61 char iobuf[BUFSIZ]; /* so we can zap it later */ member in struct:_krb5_ktfile_data
92 #define KTFILEBUFP(id) (((krb5_ktfile_data *)(id)->data)->iobuf)
1195 char iobuf[BUFSIZ];
1226 memset(iobuf, 0, (size_t) len);
1228 if (!fwrite(iobuf, 1, (size_t) len, KTFILEP(id))) {
1192 char iobuf[BUFSIZ]; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h2318 char iobuf[16]; member in struct:crypt_data

Completed in 46 milliseconds