Searched refs:copy_of_value (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | libcrux_mlkem768_sha3.h | 1024 uint8_t copy_of_value[1184U]; in libcrux_ml_kem_types_from_fd_d0() local 1025 memcpy(copy_of_value, value, (size_t)1184U * sizeof(uint8_t)); in libcrux_ml_kem_types_from_fd_d0() 1027 memcpy(lit.value, copy_of_value, (size_t)1184U * sizeof(uint8_t)); in libcrux_ml_kem_types_from_fd_d0() 1065 uint8_t copy_of_value[2400U]; in libcrux_ml_kem_types_from_77_28() local 1066 memcpy(copy_of_value, value, (size_t)2400U * sizeof(uint8_t)); in libcrux_ml_kem_types_from_77_28() 1068 memcpy(lit.value, copy_of_value, (size_t)2400U * sizeof(uint8_t)); in libcrux_ml_kem_types_from_77_28() 1133 uint8_t copy_of_value[1088U]; in libcrux_ml_kem_types_from_e0_80() local 1134 memcpy(copy_of_value, value, (size_t)1088U * sizeof(uint8_t)); in libcrux_ml_kem_types_from_e0_80() 1136 memcpy(lit.value, copy_of_value, (size_t)1088U * sizeof(uint8_t)); in libcrux_ml_kem_types_from_e0_80()
|