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

  /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];
275 read(fileDesc, pSession->dataSignature, SHA1_HASH_SIZE) ==
276 SHA1_HASH_SIZE &&
277 read(fileDesc, pSession->headerSignature, SHA1_HASH_SIZE) ==
278 SHA1_HASH_SIZE) {
285 pSession->encryptedSessionKeyLength + TOP_HEADER_SIZE + 2 * SHA1_HASH_SIZE;
387 unsigned char signature[SHA1_HASH_SIZE];
399 unsigned int signatureSize = SHA1_HASH_SIZE;
    [all...]
  /external/dropbear/
options.h 292 #define SHA1_HASH_SIZE 20
299 #define MAX_MAC_LEN SHA1_HASH_SIZE
304 and >= SHA1_HASH_SIZE */
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 49 #define SHA1_HASH_SIZE 20
559 size_t headerSignaturePos = dataSignaturePos + SHA1_HASH_SIZE;
560 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
572 SHA1_HASH_SIZE);
574 SHA1_HASH_SIZE);
    [all...]

Completed in 75 milliseconds