Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGWA/git-crypt
/ encrypt
Method
encrypt
crypto-openssl-11.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void Aes_ecb_encryptor::encrypt(const unsigned char* plain, unsigned char* cipher)
71
{
72
AES_encrypt(plain, cipher, &(impl->key));
73
}
74
75
struct Hmac_sha1_state::Hmac_impl {
76
HMAC_CTX *ctx;
Callers
1
process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected