Searched refs:SetupFunc (Results 1 – 4 of 4) sorted by relevance
/external/cn-cbor/test/ |
D | ctest.h | 28 typedef void (*SetupFunc)(void*); typedef 38 SetupFunc setup; 61 .setup = (SetupFunc)__setup, \ 419 test->setup = (SetupFunc)find_symbol(test, "setup"); in ctest_main() 422 test->teardown = (SetupFunc)find_symbol(test, "teardown"); in ctest_main()
|
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 1083 template <bool (*SetupFunc)(EVP_AEAD_CTX *ctx, Span<const uint8_t> tag_len_span, 1093 if (!SetupFunc(ctx.get(), tag_len_span, key)) { in AEADSeal() 1113 template <bool (*SetupFunc)(EVP_AEAD_CTX *ctx, Span<const uint8_t> tag_len_span, 1123 if (!SetupFunc(ctx.get(), tag_len_span, key)) { in AEADOpen()
|
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 1172 template <bool (*SetupFunc)(EVP_AEAD_CTX *ctx, Span<const uint8_t> tag_len_span, 1182 if (!SetupFunc(ctx.get(), tag_len_span, key)) { in AEADSeal() 1202 template <bool (*SetupFunc)(EVP_AEAD_CTX *ctx, Span<const uint8_t> tag_len_span, 1212 if (!SetupFunc(ctx.get(), tag_len_span, key)) { in AEADOpen()
|
/external/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 1172 template <bool (*SetupFunc)(EVP_AEAD_CTX *ctx, Span<const uint8_t> tag_len_span, 1182 if (!SetupFunc(ctx.get(), tag_len_span, key)) { in AEADSeal() 1202 template <bool (*SetupFunc)(EVP_AEAD_CTX *ctx, Span<const uint8_t> tag_len_span, 1212 if (!SetupFunc(ctx.get(), tag_len_span, key)) { in AEADOpen()
|