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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dspa.h615 const char *crypt_type; \
618 crypt_type = "encrypted"; \
621 crypt_type = "authenticated"; \
623 crypt_type = "indirect-MAC"; \
625 crypt_type = "unencrypted"; \
689 crypt_type, \
/freebsd-current/crypto/openssh/
H A Dpacket.c872 int r, crypt_type; local
879 crypt_type = CIPHER_ENCRYPT;
884 crypt_type = CIPHER_DECRYPT;
916 enc->iv, enc->iv_len, crypt_type)) != 0)

Completed in 127 milliseconds