Home
last modified time | relevance | path

Searched defs:write_reply (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc224 static bool GetConfig(const Span<const uint8_t> args[], ReplyCallback write_reply) { in GetConfig()
834 static bool Hash(const Span<const uint8_t> args[], ReplyCallback write_reply) { in Hash()
863 static bool AES(const Span<const uint8_t> args[], ReplyCallback write_reply) { in AES()
891 static bool AES_CBC(const Span<const uint8_t> args[], ReplyCallback write_reply) { in AES_CBC()
938 static bool AES_CTR(const Span<const uint8_t> args[], ReplyCallback write_reply) { in AES_CTR()
1038 static bool AEADSeal(const Span<const uint8_t> args[], ReplyCallback write_reply) { in AEADSeal()
1068 static bool AEADOpen(const Span<const uint8_t> args[], ReplyCallback write_reply) { in AEADOpen()
1123 static bool AESKeyWrapSeal(const Span<const uint8_t> args[], ReplyCallback write_reply) { in AESKeyWrapSeal()
1143 static bool AESKeyWrapOpen(const Span<const uint8_t> args[], ReplyCallback write_reply) { in AESKeyWrapOpen()
1166 static bool AESPaddedKeyWrapSeal(const Span<const uint8_t> args[], ReplyCallback write_reply) { in AESPaddedKeyWrapSeal()
[all …]
Dmain.cc27 const bssl::acvp::ReplyCallback write_reply = std::bind( in main() local