Searched refs:AesCbcEncryptDecrypt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/webcrypto/nss/
H A Daes_cbc_nss.cc24 Status AesCbcEncryptDecrypt(EncryptOrDecrypt mode, function in namespace:content::webcrypto::__anon7526
109 return AesCbcEncryptDecrypt(ENCRYPT, algorithm, key, data, buffer);
116 return AesCbcEncryptDecrypt(DECRYPT, algorithm, key, data, buffer);
/external/chromium_org/content/child/webcrypto/openssl/
H A Daes_cbc_openssl.cc39 Status AesCbcEncryptDecrypt(EncryptOrDecrypt cipher_operation, function in namespace:content::webcrypto::__anon7535
120 return AesCbcEncryptDecrypt(ENCRYPT, algorithm, key, data, buffer);
127 return AesCbcEncryptDecrypt(DECRYPT, algorithm, key, data, buffer);

Completed in 142 milliseconds