Home
last modified time | relevance | path

Searched refs:VECTOR (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_vector.h26 static ossl_inline ossl_unused void vector_init(VECTOR *v, POLY *polys, size_t num_polys) in vector_init()
32 static ossl_inline ossl_unused int vector_alloc(VECTOR *v, size_t num_polys) in vector_alloc()
41 static ossl_inline ossl_unused void vector_free(VECTOR *v) in vector_free()
49 static ossl_inline ossl_unused void vector_zero(VECTOR *va) in vector_zero()
60 vector_copy(VECTOR *dst, const VECTOR *src) in vector_copy()
68 vector_equal(const VECTOR *a, const VECTOR *b) in vector_equal()
83 vector_add(const VECTOR *lhs, const VECTOR *rhs, VECTOR *out) in vector_add()
93 vector_sub(const VECTOR *lhs, const VECTOR *rhs, VECTOR *out) in vector_sub()
103 vector_ntt(VECTOR *va) in vector_ntt()
113 vector_ntt_inverse(VECTOR *va) in vector_ntt_inverse()
[all …]
H A Dml_dsa_key.h46 VECTOR t1;
52 VECTOR t0;
53 VECTOR s2; /* private secret of size K with short coefficients (-4..4) or (-2..2) */
54 VECTOR s1; /* private secret of size L with short coefficients (-4..4) or (-2..2) */
H A Dml_dsa_local.h59 typedef struct vector_st VECTOR; typedef
66 const uint8_t *seed, VECTOR *s1, VECTOR *s2);
67 void ossl_ml_dsa_matrix_mult_vector(const MATRIX *matrix_kl, const VECTOR *vl,
68 VECTOR *vk);
99 int ossl_ml_dsa_w1_encode(const VECTOR *w1, uint32_t gamma2,
H A Dml_dsa_sign.h11 VECTOR z;
12 VECTOR hint;
H A Dml_dsa_matrix.c23 void ossl_ml_dsa_matrix_mult_vector(const MATRIX *a, const VECTOR *s, in ossl_ml_dsa_matrix_mult_vector()
24 VECTOR *t) in ossl_ml_dsa_matrix_mult_vector()
H A Dml_dsa_matrix.h34 matrix_mult_vector(const MATRIX *a, const VECTOR *s, VECTOR *t) in matrix_mult_vector()
H A Dml_dsa_key.c316 VECTOR *t1, VECTOR *t0) in public_from_private()
323 VECTOR s1_ntt; in public_from_private()
324 VECTOR t; in public_from_private()
360 VECTOR t0; in ossl_ml_dsa_key_public_from_private()
381 VECTOR t1, t0; in ossl_ml_dsa_key_pairwise_check()
H A Dml_dsa_sign.c67 VECTOR s1_ntt, s2_ntt, t0_ntt, w, w1, cs1, cs2, y; in ml_dsa_sign_internal()
138 VECTOR *y_ntt = &cs1; in ml_dsa_sign_internal()
139 VECTOR *r0 = &w1; in ml_dsa_sign_internal()
140 VECTOR *ct0 = &w1; in ml_dsa_sign_internal()
214 VECTOR az_ntt, ct1_ntt, *z_ntt, *w1, *w_approx; in ml_dsa_verify_internal()
H A Dml_dsa_sample.c244 const uint8_t *seed, VECTOR *s1, VECTOR *s2) in ossl_ml_dsa_vector_expand_S()
H A Dml_dsa_encoders.c837 static int hint_bits_encode(const VECTOR *hint, WPACKET *pkt, uint32_t omega) in hint_bits_encode()
864 static int hint_bits_decode(VECTOR *hint, PACKET *pkt, uint32_t omega) in hint_bits_decode()
998 int ossl_ml_dsa_w1_encode(const VECTOR *w1, uint32_t gamma2, in ossl_ml_dsa_w1_encode()
/freebsd/contrib/bearssl/tools/
H A Dbrssl.h83 #define VECTOR(type) struct { \ macro
160 typedef VECTOR(unsigned char) bvector;
407 typedef VECTOR(br_x509_trust_anchor) anchor_list;
H A Dfiles.c168 VECTOR(pem_object) pem_list = VEC_INIT; in decode_pem()
252 VECTOR(br_x509_certificate) cert_list = VEC_INIT; in read_certificates()
H A Dverify.c164 typedef VECTOR(br_x509_certificate) cert_list;
H A Dnames.c950 VECTOR(cipher_suite) suites = VEC_INIT; in parse_suites()
H A Dtwrch.c257 VECTOR(char *) alpn_names = VEC_INIT; in do_twrch()
H A Dclient.c521 VECTOR(char *) alpn_names = VEC_INIT; in do_client()
H A Dserver.c646 VECTOR(char *) alpn_names = VEC_INIT; in do_server()
/freebsd/lib/libsecureboot/
H A Dbrf.c161 VECTOR(pem_object) pem_list = VEC_INIT; in decode_pem()
243 VECTOR(br_x509_certificate) cert_list = VEC_INIT; in parse_certificates()
H A Dvets.c60 typedef VECTOR(br_x509_certificate) cert_list;
61 typedef VECTOR(hash_data) digest_list;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Defines.h35 VECTOR = (1 << 6), enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def23 TYPE_BIT_CODE(Vector, VECTOR, 12)
/freebsd/sys/dev/aic7xxx/
H A Dahc_isa.c169 irq_num = intdef & VECTOR; in ahc_isa_probe()
H A Daic7770.c161 irq = intdef & VECTOR; in aic7770_config()
H A Daic7xxx_reg.h1408 #define VECTOR 0x0f macro
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp184 STRINGIFY_CODE(TYPE_CODE, VECTOR) in GetCodeName()

12