Searched refs:alg (Results 1 – 5 of 5) sorted by relevance
256 * Set auth alg mask for the network.270 * Get the auth alg mask set for the network.
93 alg: Some(Algorithm::Assigned(iana::Algorithm::EdDSA)), in ed25519_public_key_to_cbor_value()
220 * Set auth alg mask for the network.642 * Get the auth alg mask set for the network.
4723 for (auto alg : algorithms) { in TEST_P() local4724 SCOPED_TRACE(testing::Message() << "Algorithm-" << alg); in TEST_P()4726 switch (alg) { in TEST_P()4756 ADD_FAILURE() << "Invalid Algorithm " << uint32_t(alg); in TEST_P()
249 uint16 alg; /* algorithm */ member