Home
last modified time | relevance | path

Searched refs:kBound (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/aes/
Dkey_wrap.c64 static const unsigned kBound = 6; variable
85 for (unsigned j = 0; j < kBound; j++) { in AES_wrap_key()
123 for (unsigned j = kBound - 1; j < kBound; j--) { in AES_unwrap_key()