Searched refs:key_length (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dserpent.c582 serpent_key_prepare (const byte *key, unsigned int key_length, argument
588 memcpy (key_prepared, key, key_length);
590 for (i = 0; i < key_length / 4; i++)
594 if (key_length < 32)
598 key_prepared[key_length / 4] = 0x00000001;
600 for (i = key_length / 4 + 1; i < 8; i++)
666 const byte *key, unsigned int key_length)
670 serpent_key_prepare (key, key_length, key_prepared);
678 const byte *key, unsigned int key_length)
698 serpent_setkey_internal (context, key, key_length);
665 serpent_setkey_internal(serpent_context_t *context, const byte *key, unsigned int key_length) argument
677 serpent_setkey(void *ctx, const byte *key, unsigned int key_length) argument
852 int key_length; member in struct:test
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h241 uint8_t key_length; /* length of the key without key_length */ member in struct:_HfsCatalogKey
257 uint8_t key_length; /* length of the key without key_length */ member in struct:_HfsExtentKey
515 uint16_t key_length; member in struct:_HfsPCatalogKey
613 uint16_t key_length; member in struct:_HfsPExtentKey
750 uint8_t key_length; member in struct:_HfsPrivateGenericKey
809 uint16_t key_length; member in struct:_HfsPPrivateGenericKey
H A Dadvfs.c131 skip = (1 + record_key->key_length + 1) & ~1;
190 search.key_length = sizeof (HfsExtentKey) - 1;
H A Dadvfs_plus.c132 skip = ( 2 + PED_BE16_TO_CPU (record_key->key_length)
197 search.key_length = sizeof (HfsExtentKey) - 2;
H A Dfile.c81 search.key_length = sizeof (HfsExtentKey) - 1;
H A Dfile_plus.c83 search.key_length = PED_CPU_TO_BE16 (sizeof (HfsPExtentKey) - 2);
H A Dreloc_plus.c526 skip = ( 2 + PED_BE16_TO_CPU (catalog_key->key_length)
757 skip = ( 2 + PED_BE16_TO_CPU (generic_key->key_length)
H A Dreloc.c403 skip = (1 + catalog_key->key_length + 1) & ~1;
H A Dhfs.c841 key.key_length = sizeof(key) - 1;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dserpent.c583 serpent_key_prepare (const byte *key, unsigned int key_length, argument
589 memcpy (key_prepared, key, key_length);
591 for (i = 0; i < key_length / 4; i++)
595 if (key_length < 32)
599 key_prepared[key_length / 4] = 0x00000001;
601 for (i = key_length / 4 + 1; i < 8; i++)
667 const byte *key, unsigned int key_length)
671 serpent_key_prepare (key, key_length, key_prepared);
679 const byte *key, unsigned int key_length)
699 serpent_setkey_internal (context, key, key_length);
666 serpent_setkey_internal(serpent_context_t *context, const byte *key, unsigned int key_length) argument
678 serpent_setkey(void *ctx, const byte *key, unsigned int key_length) argument
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c159 (u8*)ie + le16_to_cpu(ie->key_length) >
337 (u8*)ie + le16_to_cpu(ie->key_length) >
851 (u8*)ie + le16_to_cpu(ie->key_length) >
1003 (u8*)ie + le16_to_cpu(ie->key_length) >
1237 ie->key_length = 0;
H A Dindex.c517 le16_to_cpu(ie->key_length));
788 icx->data_len = le16_to_cpu(ie->key_length);
1436 if (!ntfs_index_lookup(&ie->key, le16_to_cpu(ie->key_length),
1514 ie->key_length = cpu_to_le16(fn_size);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c1950 e->key_length = const_cpu_to_le16(0);
2396 le16_to_cpu(idx->key_length),
2397 le16_to_cpu(idx_entry->key_length),
2462 idx_entry_sdh->key_length = const_cpu_to_le16(0x08);
2480 idx_entry_sii->key_length = const_cpu_to_le16(0x04);
2526 idx_entry_q1->key_length = const_cpu_to_le16(0x04);
2553 idx_entry_q2->key_length = const_cpu_to_le16(0x04);
2588 idx_entry_o->key_length = const_cpu_to_le16(0x10);
2728 ie->key_length = cpu_to_le16(file_name_size);
2831 idx_entry_new->key_length
[all...]
H A Dntfsinfo.c1560 (unsigned)le16_to_cpu(entry->key_length),
1561 (unsigned)le16_to_cpu(entry->key_length));
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h2601 /* 10*/ le16 key_length; /* Byte size of the key value, which is in the member in struct:__anon2115
2641 le16 key_length; /* Byte size of the key value, which is in the member in struct:__anon2118
2674 the key_length is zero, then the vcn immediately
2676 key_length, the address of the 8-byte boundary
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c49 CK_ULONG key_length; /* length of key */ member in struct:_wrap_info
1314 key_len = wrap_info.key_length;

Completed in 113 milliseconds