Home
last modified time | relevance | path

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

/external/boringssl/src/fipstools/
Dcavp_keywrap_test.cc35 static bool AESKeyWrap(std::vector<uint8_t> *out, bool encrypt, in AESKeyWrap() function
79 if (!AESKeyWrap(&result, ctx->encrypt, key, in)) { in TestCipher()