Searched defs:jwt_mac_set (Results 1 – 2 of 2) sorted by relevance
42 std::unique_ptr<PrimitiveSet<JwtMacInternal>> jwt_mac_set) in JwtMacSetWrapper()58 util::Status Validate(PrimitiveSet<JwtMacInternal>* jwt_mac_set) { in Validate()
102 auto jwt_mac_set = absl::make_unique<PrimitiveSet<JwtMacInternal>>(); in TEST_F() local