Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void AES256Decrypt::Decrypt(unsigned char plaintext[16], const unsigned char ciphertext[16]) const
42
{
43
AES256_decrypt(ctx, 1, plaintext, ciphertext);
44
}
45
46
47
template <typename T>
Callers
12
CBCDecrypt
Function · 0.45
ReceivePacket
Method · 0.45
TestBIP324PacketVector
Method · 0.45
TestAES256
Method · 0.45
TestAES256CBC
Method · 0.45
TestChaCha20Poly1305
Method · 0.45
TestFSChaCha20Poly1305
Method · 0.45
bip324.cpp
File · 0.45
FUZZ_TARGET
Function · 0.45
FUZZ_TARGET
Function · 0.45
crypt_till_rekey
Function · 0.45
FUZZ_TARGET
Function · 0.45
Calls
2
AES256_decrypt
Function · 0.85
CBCDecrypt
Function · 0.85
Tested by
10
ReceivePacket
Method · 0.36
TestBIP324PacketVector
Method · 0.36
TestAES256
Method · 0.36
TestAES256CBC
Method · 0.36
TestChaCha20Poly1305
Method · 0.36
TestFSChaCha20Poly1305
Method · 0.36
FUZZ_TARGET
Function · 0.36
FUZZ_TARGET
Function · 0.36
crypt_till_rekey
Function · 0.36
FUZZ_TARGET
Function · 0.36