HomeSort by relevance Sort by last modified time
    Searched refs:SHA1_HASH_SIZE (Results 1 - 7 of 7) sorted by null

  /external/selinux/libselinux/src/
sha1.h 35 #define SHA1_HASH_SIZE ( 160 / 8 )
39 uint8_t bytes [SHA1_HASH_SIZE];
label_internal.h 56 #define DIGEST_SPECFILE_SIZE SHA1_HASH_SIZE
sha1.c 216 for( i=0; i<SHA1_HASH_SIZE; i++ )
label_file.c 1049 memcpy(digest, sha1_hash.bytes, SHA1_HASH_SIZE);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 44 #define SHA1_HASH_SIZE 20
65 unsigned char dataSignature[SHA1_HASH_SIZE];
66 unsigned char headerSignature[SHA1_HASH_SIZE];
278 read(fileDesc, pSession->dataSignature, SHA1_HASH_SIZE) ==
279 SHA1_HASH_SIZE &&
280 read(fileDesc, pSession->headerSignature, SHA1_HASH_SIZE) ==
281 SHA1_HASH_SIZE) {
288 pSession->encryptedSessionKeyLength + TOP_HEADER_SIZE + 2 * SHA1_HASH_SIZE;
376 unsigned char signature[SHA1_HASH_SIZE];
388 unsigned int signatureSize = SHA1_HASH_SIZE;
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 50 #define SHA1_HASH_SIZE 20
562 size_t headerSignaturePos = dataSignaturePos + SHA1_HASH_SIZE;
563 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
575 SHA1_HASH_SIZE);
577 SHA1_HASH_SIZE);
    [all...]
  /external/selinux/libselinux/src/android/
android_platform.c     [all...]

Completed in 924 milliseconds