MCPcopy Create free account
hub / github.com/ElementsProject/elements / Decrypt

Method Decrypt

src/crypto/aes.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void AES256Decrypt::Decrypt(unsigned char plaintext[16], const unsigned char ciphertext[16]) const
39{
40 AES256_decrypt(&ctx, 1, plaintext, ciphertext);
41}
42
43
44template <typename T>

Callers 5

CBCDecryptFunction · 0.45
TestAES256Function · 0.45
TestAES256CBCFunction · 0.45
FUZZ_TARGETFunction · 0.45
FUZZ_TARGETFunction · 0.45

Calls 2

AES256_decryptFunction · 0.85
CBCDecryptFunction · 0.85

Tested by 4

TestAES256Function · 0.36
TestAES256CBCFunction · 0.36
FUZZ_TARGETFunction · 0.36
FUZZ_TARGETFunction · 0.36