Symbol: VECTOR
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
837
static int hint_bits_encode(const VECTOR *hint, WPACKET *pkt, uint32_t omega)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
864
static int hint_bits_decode(VECTOR *hint, PACKET *pkt, uint32_t omega)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
998
int ossl_ml_dsa_w1_encode(const VECTOR *w1, uint32_t gamma2,
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
316
VECTOR *t1, VECTOR *t0)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
323
VECTOR s1_ntt;
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
324
VECTOR t;
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
360
VECTOR t0;
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
381
VECTOR t1, t0;
crypto/openssl/crypto/ml_dsa/ml_dsa_key.h
46
VECTOR t1;
crypto/openssl/crypto/ml_dsa/ml_dsa_key.h
52
VECTOR t0;
crypto/openssl/crypto/ml_dsa/ml_dsa_key.h
53
VECTOR s2; /* private secret of size K with short coefficients (-4..4) or (-2..2) */
crypto/openssl/crypto/ml_dsa/ml_dsa_key.h
54
VECTOR s1; /* private secret of size L with short coefficients (-4..4) or (-2..2) */
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
66
const uint8_t *seed, VECTOR *s1, VECTOR *s2);
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
67
void ossl_ml_dsa_matrix_mult_vector(const MATRIX *matrix_kl, const VECTOR *vl,
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
68
VECTOR *vk);
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
99
int ossl_ml_dsa_w1_encode(const VECTOR *w1, uint32_t gamma2,
crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.c
23
void ossl_ml_dsa_matrix_mult_vector(const MATRIX *a, const VECTOR *s,
crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.c
24
VECTOR *t)
crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.h
34
matrix_mult_vector(const MATRIX *a, const VECTOR *s, VECTOR *t)
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
244
const uint8_t *seed, VECTOR *s1, VECTOR *s2)
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
138
VECTOR *y_ntt = &cs1;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
139
VECTOR *r0 = &w1;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
140
VECTOR *ct0 = &w1;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
214
VECTOR az_ntt, ct1_ntt, *z_ntt, *w1, *w_approx;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
67
VECTOR s1_ntt, s2_ntt, t0_ntt, w, w1, cs1, cs2, y;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.h
11
VECTOR z;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.h
12
VECTOR hint;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
103
vector_ntt(VECTOR *va)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
113
vector_ntt_inverse(VECTOR *va)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
123
vector_mult_scalar(const VECTOR *lhs, const POLY *rhs, VECTOR *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
133
const uint8_t *seed, VECTOR *s1, VECTOR *s2)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
139
vector_expand_mask(VECTOR *out, const uint8_t *rho_prime, size_t rho_prime_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
160
vector_scale_power2_round_ntt(const VECTOR *in, VECTOR *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
175
vector_power2_round(const VECTOR *t, VECTOR *t1, VECTOR *t0)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
184
vector_high_bits(const VECTOR *in, uint32_t gamma2, VECTOR *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
193
vector_low_bits(const VECTOR *in, uint32_t gamma2, VECTOR *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
202
vector_max(const VECTOR *v)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
213
vector_max_signed(const VECTOR *v)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
224
vector_count_ones(const VECTOR *v)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
236
vector_make_hint(const VECTOR *ct0, const VECTOR *cs2, const VECTOR *w,
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
237
uint32_t gamma2, VECTOR *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
247
vector_use_hint(const VECTOR *h, const VECTOR *r, uint32_t gamma2, VECTOR *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
26
static ossl_inline ossl_unused void vector_init(VECTOR *v, POLY *polys, size_t num_polys)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
32
static ossl_inline ossl_unused int vector_alloc(VECTOR *v, size_t num_polys)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
41
static ossl_inline ossl_unused void vector_free(VECTOR *v)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
49
static ossl_inline ossl_unused void vector_zero(VECTOR *va)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
60
vector_copy(VECTOR *dst, const VECTOR *src)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
68
vector_equal(const VECTOR *a, const VECTOR *b)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
83
vector_add(const VECTOR *lhs, const VECTOR *rhs, VECTOR *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
93
vector_sub(const VECTOR *lhs, const VECTOR *rhs, VECTOR *out)
lib/libsecureboot/brf.c
161
VECTOR(pem_object) pem_list = VEC_INIT;
lib/libsecureboot/brf.c
243
VECTOR(br_x509_certificate) cert_list = VEC_INIT;
lib/libsecureboot/vets.c
60
typedef VECTOR(br_x509_certificate) cert_list;
lib/libsecureboot/vets.c
61
typedef VECTOR(hash_data) digest_list;
sys/dev/aic7xxx/ahc_isa.c
169
irq_num = intdef & VECTOR;
sys/dev/aic7xxx/aic7770.c
161
irq = intdef & VECTOR;