Searched refs:crypto (Results 1 – 16 of 16) sorted by relevance
24 * crypto HAL to create crypto plugins. Crypto plugins create crypto sessions29 * Determine if a crypto scheme is supported by this HAL31 * @param uuid identifies the crypto scheme in question37 * Create a crypto plugin for the specified uuid and scheme-specific
23 * ICryptoPlugin is the HAL for vendor-provided crypto plugins.24 * It allows crypto sessions to be opened and operated on, to25 * load crypto keys for a codec to decrypt protected video content.48 * Associate a mediadrm session with this crypto session50 * @param sessionId the MediaDrm session ID to associate with this crypto66 * There can be multiple shared buffers per crypto plugin. The buffers87 * @param mode the crypto mode to use88 * @param pattern the crypto pattern to use107 * vendor's crypto HAL may provide a detailed error string to help
25 * creates drm sessions which are used to obtain keys for a crypto31 * Determine if a crypto scheme is supported by this HAL33 * @param uuid identifies the crypto scheme in question
257 * Enumerate the supported crypto modes276 * A crypto Pattern is a repeating sequence of encrypted and clear blocks
23 * crypto HAL to create crypto plugins. Crypto plugins create crypto sessions
184 * Software-based whitebox crypto189 * Software-based whitebox crypto and an obfuscated decoder194 * DRM key management and crypto operations are performed within a200 * DRM key management, crypto operations and decoding of content206 * DRM key management, crypto operations, decoding of content and all
24 * creates drm sessions which are used to obtain keys for a crypto
27 * ICryptoPlugin is the HAL for vendor-provided crypto plugins.28 * It allows crypto sessions to be opened and operated on, to29 * load crypto keys for a codec to decrypt protected video content.46 * @param mode the crypto mode to use47 * @param pattern the crypto pattern to use77 * vendor's crypto HAL may provide a detailed error string to help
22 * crypto HAL to create crypto plugins. Crypto plugins create crypto sessions
45 * from the crypto plugin decrypt method when the security level60 * attempt is made to use the session after the crypto hardware62 * retain crypto session state across device suspend/resume which70 * capacity of available crypto resources such that a retry of
28 * Some device crypto hardware is incapable of retaining crypto32 * indicate a failure in the crypto system. Closing the session
25 * creates drm sessions which are used to obtain keys for a crypto44 * @param uuid identifies the crypto scheme in question
132 * are temporarily exceeding the available crypto resources such that a172 * crypto resources such that a retry of the operation is likely to223 * device crypto hardware is incapable of retaining crypto session
41 /** optional crypto blob. Opaque to Android system. */
240 * @param operationId A non-zero operation id associated with a crypto
851 const sp<ICrypto> &crypto, in EncryptedLinearInputBuffers() argument858 mCrypto(crypto),