Searched refs:tvec_ctx_len (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/regress/unittests/crypto/ |
| H A D | test_mldsa_eddsa.c | 98 size_t tvec_ctx_len; in mldsa_eddsa_tests() local 121 tvec_ctx_len = sshbuf_len(b_ctx); 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() 154 tvec_m, tvec_m_len, tvec_ctx, tvec_ctx_len, 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() 178 tvec_m, tvec_m_len, tvec_ctx, tvec_ctx_len, tvec_pk), 0); in mldsa_eddsa_tests() 184 tvec_m, tvec_m_len, tvec_ctx, tvec_ctx_len, tvec_pk), 0); in mldsa_eddsa_tests() 185 sig_fuzz(tvec_m, tvec_m_len, tvec_ctx, tvec_ctx_len, in mldsa_eddsa_tests()
|