Searched refs:crypt_type (Results 1 – 2 of 2) sorted by relevance
643 const char *crypt_type; \646 crypt_type = "encrypted"; \649 crypt_type = "authenticated"; \651 crypt_type = "indirect-MAC"; \653 crypt_type = "unencrypted"; \712 crypt_type, \
986 int r, crypt_type; in ssh_set_newkeys() local993 crypt_type = CIPHER_ENCRYPT; in ssh_set_newkeys()999 crypt_type = CIPHER_DECRYPT; in ssh_set_newkeys()1032 enc->iv, enc->iv_len, crypt_type)) != 0) in ssh_set_newkeys()