Searched refs:HmacSha256Function (Results 1 – 5 of 5) sorted by relevance
41 using HmacSha256Function = std::function<ErrMsgOr<HmacSha256>(const bytevec&)>; variable242 ErrMsgOr<HmacSha256> generateCoseMac0Mac(HmacSha256Function macFunction, const bytevec& externalAad,244 ErrMsgOr<cppbor::Array> constructCoseMac0(HmacSha256Function macFunction,
73 cppcose::HmacSha256Function macFunction);
129 cppcose::HmacSha256Function macFunction) { in validateAndExtractPubkeys()
111 cppcose::HmacSha256Function getMacFunction(bool test_mode, in getMacFunction()
70 ErrMsgOr<HmacSha256> generateCoseMac0Mac(HmacSha256Function macFunction, const bytevec& externalAad, in generateCoseMac0Mac()87 ErrMsgOr<cppbor::Array> constructCoseMac0(HmacSha256Function macFunction, in constructCoseMac0()