Searched refs:tvec_m (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/regress/unittests/crypto/ |
| H A D | test_mldsa_eddsa.c | 95 const uint8_t *tvec_m; in mldsa_eddsa_tests() local 118 tvec_m = sshbuf_ptr(b_m); in mldsa_eddsa_tests() 130 tvec_m, tvec_m_len, tvec_ctx, tvec_ctx_len, sk), 0); in mldsa_eddsa_tests() 132 tvec_m, tvec_m_len, tvec_ctx, tvec_ctx_len, pk), 0); in mldsa_eddsa_tests() 148 ASSERT_INT_EQ(crypto_sign_mldsa44_ed25519_verify(tvec_s, tvec_m, in mldsa_eddsa_tests() 154 tvec_m, tvec_m_len, tvec_ctx, tvec_ctx_len, tvec_pk), 0); in mldsa_eddsa_tests() 158 ASSERT_INT_EQ(crypto_sign_mldsa44_ed25519_sign(sig, tvec_m, tvec_m_len, in mldsa_eddsa_tests() 161 tvec_m, tvec_m_len, NULL, 0, tvec_pk), 0); in mldsa_eddsa_tests() 166 tvec_m, tvec_m_len, tvec_ctx, tvec_ctx_len, tvec_sk), 0); in mldsa_eddsa_tests() 168 tvec_m, tvec_m_len, tvec_ctx, tvec_ctx_len, tvec_pk), 0); in mldsa_eddsa_tests() [all …]
|