HomeSort by relevance Sort by last modified time
    Searched refs:decrypt (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 92 DivXDrmDecrypt* decrypt = drmCreateFunc(); local
93 if( decrypt == NULL ) {
96 return decrypt;
  /hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 97 DivXDrmDecrypt* decrypt = drmCreateFunc(); local
99 if ( decrypt == NULL ) {
103 return decrypt;
  /external/openssh/
rijndael.h 46 int decrypt; member in struct:__anon28145
49 u32 dk[4*(AES_MAXROUNDS + 1)]; /* decrypt key schedule */
  /frameworks/av/drm/mediadrm/plugins/clearkey/
AesCtrDecryptor.h 33 android::status_t decrypt(const android::Vector<uint8_t>& key, const Iv iv,
CryptoPlugin.h 45 virtual ssize_t decrypt(
CryptoPlugin.cpp 35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv, function in class:clearkeydrm::CryptoPlugin
67 status_t res = mSession->decrypt(keyId, iv, srcPtr, dstPtr, subSamples,
Session.cpp 64 status_t Session::decrypt( function in class:clearkeydrm::Session
78 return decryptor.decrypt(
AesCtrDecryptor.cpp 29 android::status_t AesCtrDecryptor::decrypt(const android::Vector<uint8_t>& key, function in class:clearkeydrm::AesCtrDecryptor
  /external/fonttools/Lib/fontTools/misc/
eexec.py 21 def decrypt(cipherstring, R): function
50 print(decrypt, decrypt(testStr, 12321))
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cfb.go 15 decrypt bool
25 if x.decrypt {
33 if !x.decrypt {
56 func newCFB(block Block, iv []byte, decrypt bool) Stream {
67 decrypt: decrypt,
  /prebuilts/go/linux-x86/src/crypto/cipher/
cfb.go 15 decrypt bool
25 if x.decrypt {
33 if !x.decrypt {
56 func newCFB(block Block, iv []byte, decrypt bool) Stream {
67 decrypt: decrypt,
  /external/tpm2/
Unseal.c 33 if( object->publicArea.objectAttributes.decrypt == SET
ActivateCredential.c 32 OBJECT *object; // decrypt key
39 // Get decrypt key pointer
45 // input decrypt key must be an asymmetric, restricted decryption key
47 || object->publicArea.objectAttributes.decrypt == CLEAR
53 // Decrypt input credential data via asymmetric decryption. A
EncryptDecrypt_fp.h 14 TPMI_YES_NO decrypt; member in struct:__anon33674
MakeCredential.c 39 || object->publicArea.objectAttributes.decrypt == CLEAR
ECDH_KeyGen.c 32 // Input key must be a non-restricted, decrypt ECC key
37 || eccKey->publicArea.objectAttributes.decrypt != SET
ECDH_ZGen.c 15 // TPM_RC_ATTRIBUTES key referenced by keyA is restricted or not a decrypt key
34 // Input key must be a non-restricted, decrypt ECC key
39 || eccKey->publicArea.objectAttributes.decrypt != SET
RSA_Decrypt.c 17 // TPM_RC_KEY keyHandle does not reference an unrestricted decrypt key
19 // decrypt scheme
46 || rsaKey->publicArea.objectAttributes.decrypt == CLEAR)
65 // Select a scheme for decrypt.
RSA_Encrypt.c 15 // TPM_RC_ATTRIBUTES decrypt attribute is not SET in key referenced by keyHandle
18 // decrypt scheme
43 if(rsaKey->publicArea.objectAttributes.decrypt != SET)
64 // not have the decrypt attribute but that was checked above.
  /hardware/interfaces/drm/1.0/
ICryptoPlugin.hal 25 * load crypto keys for a codec to decrypt protected video content.
60 * Set a shared memory base for subsequent decrypt operations. The buffer
62 * After the shared buffer base is established, the decrypt() method
64 * for decrypt source and destination addresses.
77 * Decrypt an array of subsamples from the source memory buffer to the
90 * of clear and encrypted bytes to process. This allows the decrypt
102 * ERROR_DRM_SESSION_NOT_OPENED if the decrypt session is not opened,
103 * ERROR_DRM_DECRYPT if the decrypt operation fails, and
110 decrypt(bool secure, uint8_t[16] keyId, uint8_t[16] iv, Mode mode,
  /frameworks/native/include/media/hardware/
HDCPAPI.h 56 // future calls to "decrypt".
127 // Decrypt data according to the HDCP spec.
135 virtual status_t decrypt( function in struct:android::HDCPModule
  /frameworks/base/services/core/java/com/android/server/
SyntheticPasswordCrypto.java 53 private static byte[] decrypt(SecretKey key, byte[] blob) method in class:SyntheticPasswordCrypto
101 public static byte[] decrypt(byte[] keyBytes, byte[] personalisation, byte[] ciphertext) { method in class:SyntheticPasswordCrypto
106 return decrypt(key, ciphertext);
121 byte[] intermediate = decrypt(applicationId, APPLICATION_ID_PERSONALIZATION, blob);
122 return decrypt(decryptionKey, intermediate);
129 throw new RuntimeException("Failed to decrypt blob", e);
  /external/syslinux/gpxe/src/include/gpxe/
crypto.h 80 /** Decrypt data
83 * @v src Data to decrypt
89 void ( * decrypt ) ( void *ctx, const void *src, void *dst, member in struct:cipher_algorithm
139 cipher->decrypt ( ctx, src, dst, len );
  /external/syslinux/gpxe/src/crypto/
crypto_null.c 81 .decrypt = cipher_null_decrypt,
  /frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeySessionLibrary.h 35 ssize_t decrypt(

Completed in 715 milliseconds

1 2 3 4 5 6 7 8