Searched refs:test_ecdsa_round_trip (Results 1 – 1 of 1) sorted by relevance
372 test_ecdsa_round_trip(ecdsa, &ed25519_verify_key, &ed25519_sign_key) in test_ed25519_round_trip()409 test_ecdsa_round_trip(ecdsa, &EcVerifyKey::P256(p256_pub_key), &EcSignKey::P256(p256_priv_key)) in test_p256_round_trip()441 test_ecdsa_round_trip(ecdsa, &EcVerifyKey::P384(p384_pub_key), &EcSignKey::P384(p384_priv_key)) in test_p384_round_trip()444 fn test_ecdsa_round_trip<E: EcDsa>(ecdsa: &E, verify_key: &EcVerifyKey, sign_key: &EcSignKey) { in test_ecdsa_round_trip() function