| /freebsd/crypto/openssl/crypto/ml_dsa/ |
| H A D | ml_dsa_vector.h | 26 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 D | ml_dsa_key.h | 46 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 D | ml_dsa_local.h | 59 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 D | ml_dsa_sign.h | 11 VECTOR z; 12 VECTOR hint;
|
| H A D | ml_dsa_matrix.c | 23 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 D | ml_dsa_matrix.h | 34 matrix_mult_vector(const MATRIX *a, const VECTOR *s, VECTOR *t) in matrix_mult_vector()
|
| H A D | ml_dsa_key.c | 316 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 D | ml_dsa_sign.c | 67 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 D | ml_dsa_sample.c | 244 const uint8_t *seed, VECTOR *s1, VECTOR *s2) in ossl_ml_dsa_vector_expand_S()
|
| H A D | ml_dsa_encoders.c | 837 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 D | brssl.h | 83 #define VECTOR(type) struct { \ macro 160 typedef VECTOR(unsigned char) bvector; 407 typedef VECTOR(br_x509_trust_anchor) anchor_list;
|
| H A D | files.c | 168 VECTOR(pem_object) pem_list = VEC_INIT; in decode_pem() 252 VECTOR(br_x509_certificate) cert_list = VEC_INIT; in read_certificates()
|
| H A D | verify.c | 164 typedef VECTOR(br_x509_certificate) cert_list;
|
| H A D | names.c | 950 VECTOR(cipher_suite) suites = VEC_INIT; in parse_suites()
|
| H A D | twrch.c | 257 VECTOR(char *) alpn_names = VEC_INIT; in do_twrch()
|
| H A D | client.c | 521 VECTOR(char *) alpn_names = VEC_INIT; in do_client()
|
| H A D | server.c | 646 VECTOR(char *) alpn_names = VEC_INIT; in do_server()
|
| /freebsd/lib/libsecureboot/ |
| H A D | brf.c | 161 VECTOR(pem_object) pem_list = VEC_INIT; in decode_pem() 243 VECTOR(br_x509_certificate) cert_list = VEC_INIT; in parse_certificates()
|
| H A D | vets.c | 60 typedef VECTOR(br_x509_certificate) cert_list; 61 typedef VECTOR(hash_data) digest_list;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600Defines.h | 35 VECTOR = (1 << 6), enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 23 TYPE_BIT_CODE(Vector, VECTOR, 12)
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | ahc_isa.c | 169 irq_num = intdef & VECTOR; in ahc_isa_probe()
|
| H A D | aic7770.c | 161 irq = intdef & VECTOR; in aic7770_config()
|
| H A D | aic7xxx_reg.h | 1408 #define VECTOR 0x0f macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 184 STRINGIFY_CODE(TYPE_CODE, VECTOR) in GetCodeName()
|