Home
last modified time | relevance | path

Searched defs:KSSLCipherSpecStr (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/inet/kssl/
H A Dksslproto.h257 typedef struct KSSLCipherSpecStr { struct
258 int mac_hashsz;
259 int mac_padsz;
260 void (*MAC_HashInit)(void *);
261 void (*MAC_HashUpdate)(void *, uchar_t *, uint32_t);
262 void (*MAC_HashFinal)(uchar_t *, void *);
264 CipherType cipher_type;
265 int cipher_bsize;
266 int cipher_keysz;
268 crypto_mechanism_t cipher_mech;
[all …]