Home
last modified time | relevance | path

Searched refs:cipher_type (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/uts/common/inet/kssl/
H A Dksslapi.c648 if ((spec->cipher_type == type_block) && in kssl_handle_mblk()
677 if (spec->cipher_type == type_block) { in kssl_handle_mblk()
862 if ((spec->cipher_type == type_block) && in kssl_handle_any_record()
886 if (spec->cipher_type == type_block) { in kssl_handle_any_record()
1295 if (spec->cipher_type == type_block) { in kssl_build_single_record()
H A Dksslproto.h264 CipherType cipher_type; member
H A Dksslrec.c1521 spec->cipher_type = cipher_defs[ssl->pending_calg].type; in kssl_spec_init()
1737 if (spec->cipher_type == type_block) { in kssl_mac_encrypt_record()