Searched defs:KSSLCipherSpecStr (Results 1 – 1 of 1) sorted by relevance
257 typedef struct KSSLCipherSpecStr { struct258 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 …]