MCPcopy Index your code
hub / github.com/scality/cloudserver / _keySize

Method _keySize

lib/kms/common.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11 /* AES-256 Key */
12 static _keySize() {
13 return 32;
14 }
15
16 /* IV is 128bit for AES-256-CTR */
17 static _IVSize() {

Callers 2

createDataKeyMethod · 0.95
_deriveKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected