Searched refs:type_block (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/kssl/
H A Dkssl.c134 {type_block, 8, 8, CRYPTO_MECH_INVALID},
137 {type_block, 8, 24, CRYPTO_MECH_INVALID},
140 {type_block, 16, 16, CRYPTO_MECH_INVALID},
143 {type_block, 16, 32, CRYPTO_MECH_INVALID},
H A Dksslapi.c648 if ((spec->cipher_type == type_block) &&
677 if (spec->cipher_type == type_block) {
862 if ((spec->cipher_type == type_block) &&
886 if (spec->cipher_type == type_block) {
1295 if (spec->cipher_type == type_block) {
H A Dksslproto.h224 typedef enum { type_stream = 0, type_block = 1 } CipherType; enumerator in enum:__anon5137
H A Dksslrec.c1737 if (spec->cipher_type == type_block) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c177 * The field type_block is a relative pointer which stores the difference
186 PTRDIFF_T type_block; member in struct:__anon1580
745 scratch.type_block = swap_ptrdiff(ent->type_block);
766 EC_ADDR(SRELPTR(type_block)));

Completed in 151 milliseconds