MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Decrypt

Method Decrypt

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

Source from the content-addressed store, hash-verified

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

Callers 12

CBCDecryptFunction · 0.45
ReceivePacketMethod · 0.45
TestAES256Method · 0.45
TestAES256CBCMethod · 0.45
TestChaCha20Poly1305Method · 0.45
bip324.cppFile · 0.45
FUZZ_TARGETFunction · 0.45
FUZZ_TARGETFunction · 0.45
crypt_till_rekeyFunction · 0.45
FUZZ_TARGETFunction · 0.45

Calls 2

AES256_decryptFunction · 0.85
CBCDecryptFunction · 0.85

Tested by 10

ReceivePacketMethod · 0.36
TestAES256Method · 0.36
TestAES256CBCMethod · 0.36
TestChaCha20Poly1305Method · 0.36
FUZZ_TARGETFunction · 0.36
FUZZ_TARGETFunction · 0.36
crypt_till_rekeyFunction · 0.36
FUZZ_TARGETFunction · 0.36