Searched defs:crypt (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/pam_modules/zfs_key/ |
H A D | zfs_key.c | 267 uint64_t crypt; local 280 encryption, &crypt); 281 if (crypt != ZIO_CRYPT_OFF) {
|
/osnet-11/usr/src/lib/passwdutil/ |
H A D | files_attr.c | 441 crypt_passwd = crypt(passwd, s); 708 hash = crypt(p->data.val_s, salt); 1220 char *crypt; local 1231 crypt = strtok_r(NULL, ":", &last); 1232 if (crypt == NULL || 1233 *crypt == '\n') { 1236 (void) fprintf(dst, "%s:", crypt); 1237 debug("\t%d = %s:", i+1, crypt);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | crypt.c | 27 #pragma weak _crypt = crypt 50 #include <crypt.h> 59 #define CRYPT_CONFFILE "/etc/security/crypt.conf" 81 * Since it also has to fit in crypt.conf it is CRYPT_CONFLINELENGTH 84 * CRYPT_MAXCIPHERTEXTLEN is defined in crypt.h and is smaller than 126 * crypt - string encoding function 131 * If the first character of salt is "$" then we use crypt.conf(4) to 144 crypt(const char *plaintext, const char *salt) function 169 * crypt.conf(4) to find out what shared object to use. 170 * If we can't find it in crypt [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_crypto.c | 525 int crypt, zfs_cmd_t *zc, zfs_crypto_zckey_t cmd) 533 size_t keylen = zio_crypt_table[crypt].ci_keylen; 822 uint64_t ret, crypt, keystatus; local 832 crypt = zfs_prop_get_int(zhp, ZFS_PROP_ENCRYPTION); 833 if (crypt == ZIO_CRYPT_OFF) { 866 zc.zc_crypto.zic_crypt = crypt; 868 ret = key_hdl_to_zc(zhp->zfs_hdl, zhp, keysource, crypt, &zc, 997 uint64_t crypt; local 1003 crypt = zfs_prop_get_int(zhp, ZFS_PROP_ENCRYPTION); 1004 if (crypt 524 key_hdl_to_zc(libzfs_handle_t *hdl, zfs_handle_t *zhp, char *keysource, int crypt, zfs_cmd_t *zc, zfs_crypto_zckey_t cmd) argument 1163 uint64_t crypt = ZIO_CRYPT_INHERIT, pcrypt = ZIO_CRYPT_DEFAULT; local 1458 uint64_t crypt, pcrypt; local 1553 int crypt = zfs_prop_get_int(zhp, ZFS_PROP_ENCRYPTION); local [all...] |
H A D | libzfs_sendrecv.c | 1494 uint64_t version, crypt; local 1500 crypt = zfs_prop_get_int(zhp, ZFS_PROP_ENCRYPTION); 1501 if (crypt != ZIO_CRYPT_OFF) {
|
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | layout.h | 2980 } __attribute__((__packed__)) crypt; member in union:__anon2133::__anon2134
|
Completed in 92 milliseconds