Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/sys/
H A Dspa.h651 const char *crypt_type; \
654 crypt_type = "encrypted"; \
657 crypt_type = "authenticated"; \
659 crypt_type = "indirect-MAC"; \
661 crypt_type = "unencrypted"; \
720 crypt_type, \
/src/crypto/openssh/
H A Dpacket.c963 int r, crypt_type; in ssh_set_newkeys() local
970 crypt_type = CIPHER_ENCRYPT; in ssh_set_newkeys()
975 crypt_type = CIPHER_DECRYPT; in ssh_set_newkeys()
1007 enc->iv, enc->iv_len, crypt_type)) != 0) in ssh_set_newkeys()