Searched refs:crypt_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/lib/libcrypt/
H A Dcrypt.c88 static int crypt_type = -1; variable
95 if (crypt_type != -1)
99 crypt_type = (int)i;
103 crypt_type = 0;
111 return (crypt_types[crypt_type].name);
122 crypt_type = (int)i;
140 return (crypt_types[crypt_type].func(passwd, salt));
/freebsd-10.0-release/crypto/openssh/
H A Dpacket.c747 int crypt_type; local
753 crypt_type = CIPHER_ENCRYPT;
758 crypt_type = CIPHER_DECRYPT;
790 enc->iv, enc->iv_len, crypt_type);

Completed in 179 milliseconds