Searched refs:kEncodedVectorSize (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libcrypto/mlkem/ |
H A D | mlkem1024.c | 98 static const size_t kEncodedVectorSize = variable 854 if (!CBB_add_space(out, &vector_output, kEncodedVectorSize)) { in mlkem_marshal_public_key() 1065 if (!CBS_get_bytes(in, &t_bytes, kEncodedVectorSize) || in mlkem_parse_public_key_no_hash() 1099 if (!CBB_add_space(out, &s_output, kEncodedVectorSize)) { in MLKEM1024_marshal_private_key() 1121 if (!CBS_get_bytes(in, &s_bytes, kEncodedVectorSize) || in MLKEM1024_parse_private_key()
|
H A D | mlkem768.c | 97 static const size_t kEncodedVectorSize = variable 853 if (!CBB_add_space(out, &vector_output, kEncodedVectorSize)) { in mlkem_marshal_public_key() 1064 if (!CBS_get_bytes(in, &t_bytes, kEncodedVectorSize) || in mlkem_parse_public_key_no_hash() 1098 if (!CBB_add_space(out, &s_output, kEncodedVectorSize)) { in MLKEM768_marshal_private_key() 1120 if (!CBS_get_bytes(in, &s_bytes, kEncodedVectorSize) || in MLKEM768_parse_private_key()
|