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

  /frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
ClearKeyTypes.h 28 typedef uint8_t KeyId[kBlockSize];
CryptoPlugin.h 46 bool secure, const KeyId keyId, const Iv iv,
Session.h 49 const KeyId keyId, const Iv iv, const void* source,
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
ClearKeyTypes.h 35 typedef uint8_t KeyId[kBlockSize];
Session.h 57 const KeyId keyId, const Iv iv, const uint8_t* srcPtr,
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/
CryptoPlugin.cpp 35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv,
67 status_t res = mSession->decrypt(keyId, iv, srcPtr, dstPtr, subSamples,
Session.cpp 54 const KeyMap::key_type& keyId = keys.keyAt(i);
56 mKeyMap.add(keyId, key);
65 const KeyId keyId, const Iv iv, const void* source,
71 keyIdVector.appendArray(keyId, kBlockSize);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmartCardEdge.h 554 @param[in] KeyId Identifier of the key container, retrieved
571 @param[out] SignatureData Resulting signature with private key KeyId. Size
578 @retval EFI_INVALID_PARAMETER KeyId is not valid.
579 @retval EFI_INVALID_PARAMETER KeyType is not valid or not corresponding to KeyId.
597 IN UINTN KeyId,
611 The KeyId must reference a key of type SC_EDGE_RSA_EXCHANGE.
615 @param[in] KeyId Identifier of the key container, retrieved
638 @retval EFI_INVALID_PARAMETER KeyId is not valid or associated key not of type
661 IN UINTN KeyId,
679 The KeyId must reference a key of one of the types: SC_EDGE_ECDH_256, SC_EDGE_ECDH_384
    [all...]
Supplicant.h 237 UINT8 KeyId;
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
Session.cpp 72 const KeyId keyId, const Iv iv, const uint8_t* srcPtr,
83 keyIdVector.insert(keyIdVector.end(), keyId, keyId + kBlockSize);

Completed in 396 milliseconds