Lines Matching defs:KSSLCipherSpecStr
257 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;
269 crypto_mechanism_t hmac_mech; /* for TLS */
270 crypto_key_t cipher_key;
271 crypto_key_t hmac_key; /* for TLS */
273 crypto_context_t cipher_ctx;
274 crypto_data_t cipher_data;