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

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 388 unsigned int signatureSize = SHA1_HASH_SIZE;
396 HMAC_Final(&pSession->signingContext, pData->signature, &signatureSize);
397 assert(signatureSize == SHA1_HASH_SIZE);
418 unsigned int signatureSize = SHA1_HASH_SIZE;
425 HMAC_Final(&pSession->signingContext, signature, &signatureSize);
426 assert(signatureSize == SHA1_HASH_SIZE);
  /frameworks/av/include/ndk/
NdkMediaDrm.h 430 * buffer referenced signature of max size *signatureSize. If the buffer is not
432 * *signatureSize is set to the buffer size required. The key to use is identified
438 uint8_t *signature, size_t *signatureSize);
449 const uint8_t *signature, size_t signatureSize);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/media/
NdkMediaDrm.h 430 * buffer referenced signature of max size *signatureSize. If the buffer is not
432 * *signatureSize is set to the buffer size required. The key to use is identified
438 uint8_t *signature, size_t *signatureSize);
449 const uint8_t *signature, size_t signatureSize);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/media/
NdkMediaDrm.h 430 * buffer referenced signature of max size *signatureSize. If the buffer is not
432 * *signatureSize is set to the buffer size required. The key to use is identified
438 uint8_t *signature, size_t *signatureSize);
449 const uint8_t *signature, size_t signatureSize);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/media/
NdkMediaDrm.h 430 * buffer referenced signature of max size *signatureSize. If the buffer is not
432 * *signatureSize is set to the buffer size required. The key to use is identified
438 uint8_t *signature, size_t *signatureSize);
449 const uint8_t *signature, size_t signatureSize);
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 215 virtual void verifySignature(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* signature, unsigned signatureSize, const unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErrorTypeNotSupported, ""); }
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c     [all...]
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 652 uint8_t *signature, size_t *signatureSize) {
679 if (signatureVec.size() > *signatureSize) {
691 const uint8_t *signature, size_t signatureSize) {
717 signatureVec.appendArray(signature, signatureSize);

Completed in 369 milliseconds