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

Method Decrypt

src/crypto/aes.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void AES128Decrypt::Decrypt(unsigned char plaintext[16], const unsigned char ciphertext[16]) const
41{
42 AES128_decrypt(&ctx, 1, plaintext, ciphertext);
43}
44
45AES256Encrypt::AES256Encrypt(const unsigned char key[32])
46{

Callers 5

CBCDecryptFunction · 0.45
TestAES128Function · 0.45
TestAES256Function · 0.45
TestAES128CBCFunction · 0.45
TestAES256CBCFunction · 0.45

Calls 3

AES128_decryptFunction · 0.85
AES256_decryptFunction · 0.85
CBCDecryptFunction · 0.85

Tested by 4

TestAES128Function · 0.36
TestAES256Function · 0.36
TestAES128CBCFunction · 0.36
TestAES256CBCFunction · 0.36