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

Method Encrypt

src/crypto/aes.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void AES128Encrypt::Encrypt(unsigned char ciphertext[16], const unsigned char plaintext[16]) const
26{
27 AES128_encrypt(&ctx, 1, ciphertext, plaintext);
28}
29
30AES128Decrypt::AES128Decrypt(const unsigned char key[16])
31{

Callers 5

CBCEncryptFunction · 0.45
TestAES128Function · 0.45
TestAES256Function · 0.45
TestAES128CBCFunction · 0.45
TestAES256CBCFunction · 0.45

Calls 3

AES128_encryptFunction · 0.85
AES256_encryptFunction · 0.85
CBCEncryptFunction · 0.85

Tested by 4

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