Home
last modified time | relevance | path

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

/src/crypto/openssl/include/crypto/
H A Dml_kem.h143 size_t vector_bytes; member
/src/crypto/openssl/test/
H A Dml_kem_internal_test.c146 if (!TEST_mem_eq(encoded_public_key + v->vector_bytes, in sanity_test()
H A Dml_kem_evp_extra_test.c276 if (!TEST_mem_eq(rawpub + v->vector_bytes, ML_KEM_RANDOM_BYTES, in test_non_derandomised_ml_kem()
/src/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c1563 memcpy(out + vinfo->vector_bytes, rho, ML_KEM_RANDOM_BYTES); in encode_pubkey()
1577 out += vinfo->vector_bytes; in encode_prvkey()
1605 memcpy(key->rho, in + vinfo->vector_bytes, ML_KEM_RANDOM_BYTES); in parse_pubkey()
1637 in += vinfo->vector_bytes; in parse_prvkey()