Searched refs:scalar_encode (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/ml_kem/ |
H A D | ml_kem.c | 122 static void scalar_encode(uint8_t *out, const scalar *s, int bits); 382 scalar_encode(buf, t++, 12); in hash_h_pubkey() 638 static void scalar_encode(uint8_t *out, const scalar *s, int bits) in scalar_encode() function 892 scalar_encode(out, a++, bits); in vector_encode() 1206 scalar_encode(out + vinfo->u_vector_bytes, &v, dv); in encrypt_cpa()
|