Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dspa.h614 const char *crypt_type; \
617 crypt_type = "encrypted"; \
620 crypt_type = "authenticated"; \
622 crypt_type = "indirect-MAC"; \
624 crypt_type = "unencrypted"; \
688 crypt_type, \
/freebsd-14.2/crypto/openssh/
H A Dpacket.c872 int r, crypt_type; in ssh_set_newkeys() local
879 crypt_type = CIPHER_ENCRYPT; in ssh_set_newkeys()
884 crypt_type = CIPHER_DECRYPT; in ssh_set_newkeys()
916 enc->iv, enc->iv_len, crypt_type)) != 0) in ssh_set_newkeys()