Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scality/cloudserver
/ _aesBlockSize
Method
_aesBlockSize
lib/kms/common.js:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
/* block size is 128bit
for
AES-256-CTR */
22
static _aesBlockSize() {
23
return
16;
24
}
25
26
/**
27
Creates data key to encrypt and decrypt the actual data (which data
Callers
1
createDecipher
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected