Searched defs:key_length (Results 1 - 5 of 5) 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/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/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;
/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
/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

Completed in 173 milliseconds