Searched refs:type_block (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/kssl/ |
H A D | kssl.c | 134 {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 D | ksslapi.c | 648 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 D | ksslproto.h | 224 typedef enum { type_stream = 0, type_block = 1 } CipherType; enumerator in enum:__anon4789
|
H A D | ksslrec.c | 1737 if (spec->cipher_type == type_block) {
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 181 * The field type_block is a relative pointer which stores the difference 190 PTRDIFF_T type_block; member in struct:__anon143 825 scratch.type_block = swap_ptrdiff(ent->type_block); 845 EC_ADDR(SRELPTR(type_block)));
|
Completed in 105 milliseconds