Home | History | Annotate | Download | only in drm

Lines Matching refs:algorithm

239         // The algorithm string conforms to JCA Standard Names for Cipher
242 // Return OK if the algorithm is supported, otherwise return BAD_VALUE
245 String8 const &algorithm) = 0;
248 // The algorithm string conforms to JCA Standard Names for Mac
251 // Return OK if the algorithm is supported, otherwise return BAD_VALUE
254 String8 const &algorithm) = 0;
256 // Encrypt the provided input buffer with the cipher algorithm
265 // Decrypt the provided input buffer with the cipher algorithm
274 // Compute a signature on the provided message using the mac algorithm
282 // Compute a signature on the provided message using the mac algorithm