Home
last modified time | relevance | path

Searched refs:num_polys (Results 1 – 1 of 1) sorted by relevance

/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() argument
29 v->num_poly = num_polys; in vector_init()
32 static ossl_inline ossl_unused int vector_alloc(VECTOR *v, size_t num_polys) in vector_alloc() argument
34 v->poly = OPENSSL_malloc(num_polys * sizeof(POLY)); in vector_alloc()
37 v->num_poly = num_polys; in vector_alloc()