Searched refs:crypt (Results 1 - 25 of 109) sorted by relevance

12345

/freebsd-11-stable/usr.bin/enigma/
H A DMakefile5 LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
6 MLINKS= enigma.1 crypt.1
8 LIBADD= crypt
/freebsd-11-stable/usr.sbin/keyserv/
H A DMakefile5 SRCS= keyserv.c setkey.c crypt_svc.c crypt_server.c crypt.h
15 CLEANFILES= crypt_svc.c crypt.h
19 crypt_svc.c: ${RPCDIR}/crypt.x
20 ${RPCGEN} -m -o ${.TARGET} ${RPCDIR}/crypt.x
22 crypt.h: ${RPCDIR}/crypt.x
23 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/crypt.x
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Ddes_i.h18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain);
H A Daes.h15 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
18 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
H A Dcrypto_internal-cipher.c104 u8 *crypt, size_t len)
110 if (plain != crypt)
111 os_memcpy(crypt, plain, len);
113 ctx->u.rc4.used_bytes, crypt, len);
125 os_memcpy(crypt, ctx->u.aes.cbc, AES_BLOCK_SIZE);
127 crypt += AES_BLOCK_SIZE;
139 os_memcpy(crypt, ctx->u.des3.cbc, 8);
141 crypt += 8;
153 os_memcpy(crypt, ctx->u.des.cbc, 8);
155 crypt
103 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Daes_wrap.h56 u8 *crypt, u8 *tag);
59 const u8 *crypt, size_t crypt_len,
67 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth);
69 size_t M, const u8 *crypt, size_t crypt_len,
/freebsd-11-stable/usr.bin/lock/
H A DMakefile8 LIBADD= crypt
/freebsd-11-stable/usr.bin/newgrp/
H A DMakefile5 LIBADD= crypt util
/freebsd-11-stable/lib/libcrypt/
H A DMakefile11 LIB= crypt
14 SRCS= crypt.c misc.c \
15 crypt-md5.c md5c.c \
16 crypt-nthash.c md4c.c \
17 crypt-sha256.c sha256c.c \
18 crypt-sha512.c sha512c.c
19 MAN= crypt.3
20 MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_set_format.3
27 SRCS+= crypt
[all...]
/freebsd-11-stable/lib/libcrypt/tests/
H A DMakefile9 LIBADD= crypt
H A Dcrypt_tests.c5 #include <crypt.h>
24 pw = crypt(LEET, want);
40 pw = crypt(LEET, want);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dverify.c41 #include <crypt.h>
55 if(strcmp(crypt(password, pw->pw_passwd), pw->pw_passwd) == 0)
/freebsd-11-stable/usr.sbin/pw/tests/
H A DMakefile7 PROGS+= crypt
9 LIBADD+= crypt
H A Dcrypt.c38 errx(1, "Usage: crypt <salt> <password>");
42 hash = crypt(pass, salt);
/freebsd-11-stable/lib/libpam/modules/pam_unix/
H A DMakefile44 LIBADD+= util crypt
/freebsd-11-stable/kerberos5/usr.bin/ksu/
H A DMakefile11 LIBADD= kafs5 krb5 roken vers crypto crypt
/freebsd-11-stable/lib/libpam/modules/pam_passwdqc/
H A DMakefile13 LIBADD+= crypt
/freebsd-11-stable/release/picobsd/tinyware/login/
H A DMakefile14 LIBADD= util crypt
/freebsd-11-stable/sbin/init/
H A DMakefile11 LIBADD= util crypt
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dxcrypt.c33 # include <crypt.h>
63 # define crypt DES_crypt macro
114 crypted = crypt(password, salt);
119 crypted = crypt(password, salt);
123 crypted = crypt(password, salt);
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dpkcs1.h22 const u8 *crypt, size_t crypt_len,
/freebsd-11-stable/usr.sbin/pw/
H A DMakefile11 LIBADD= crypt util sbuf
/freebsd-11-stable/kerberos5/libexec/kdc/
H A DMakefile13 LIBADD= kdc hdb krb5 roken crypt vers
/freebsd-11-stable/lib/libc/rpc/
H A DMakefile.inc27 SRCS+= crypt_clnt.c crypt_xdr.c crypt.h
34 CLEANFILES+= crypt_clnt.c crypt_xdr.c crypt.h
39 crypt_clnt.c: ${RPCDIR}/crypt.x crypt.h
40 ${RPCGEN} -l -o ${.TARGET} ${RPCDIR}/crypt.x
42 crypt_xdr.c: ${RPCDIR}/crypt.x crypt.h
43 ${RPCGEN} -c -o ${.TARGET} ${RPCDIR}/crypt.x
45 crypt.h: ${RPCDIR}/crypt
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libcrypt/
H A Dt_crypt.c43 * Id: crypt.c,v 1.15 1994/09/13 04:58:49 davidb Exp
45 * This is an original implementation of the DES and the crypt(3) interfaces
57 * posted to the sci.crypt newsgroup by the author and is available for FTP.
100 /* "old"-style, "reasonable" invalid salts, UFC-crypt behavior expected */
121 atf_tc_set_md_var(tc, "descr", "crypt(3) salt consistency checks");
127 char *hash = crypt(tests[i].pw, tests[i].hash);

Completed in 155 milliseconds

12345