Home
last modified time | relevance | path

Searched refs:encr (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/svc/milestone/
H A Dnet-init68 encr=`/usr/bin/awk -F: '/^root:/ {print $2}' /etc/shadow`
69 [ -z "$encr" ] || /usr/sbin/ndd -set /dev/tcp tcp_1948_phrase $encr
70 unset encr
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/
H A DMakefile36 encr \
43 MSGFILES= encr/encr.c hmac/hmac.c ickey/ickey.c keygen/keygen.c \
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/
H A DMakefile31 PROG = encr
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c2750 crypto_data_t data, encr; in cipher() local
2771 encr.cd_raw.iov_base = NULL; in cipher()
2820 encr = data; in cipher()
2822 INIT_RAW_CRYPTO_DATA(encr, encrlen); in cipher()
2830 rv = (single)(*ctxpp, &encr, NULL, NULL); in cipher()
2832 rv = (single)(*ctxpp, &data, &encr, NULL); in cipher()
2838 ASSERT(encr.cd_length <= encrlen); in cipher()
2839 if (encr.cd_length != 0 && copyout(encr.cd_raw.iov_base, in cipher()
2840 encrbuf, encr.cd_length) != 0) { in cipher()
2845 (ulong_t)encr.cd_length); in cipher()
[all …]
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-boot-wanboot.mf42 file path=usr/lib/inet/wanboot/encr mode=0555
/titanic_41/usr/src/uts/common/inet/ip/
H A Dsadb.c1098 boolean_t auth = B_FALSE, encr = B_FALSE; in sadb_sa2msg() local
1198 encr = B_TRUE; in sadb_sa2msg()
1200 encr = B_FALSE; in sadb_sa2msg()
1396 if (encr) { in sadb_sa2msg()
/titanic_41/
H A D.gitignore319 usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/encr