Searched refs:SER_BYTES (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/ec/curve448/ |
H A D | f_generic.c | 21 void gf_serialize(uint8_t serial[SER_BYTES], const gf x, int with_hibit) in gf_serialize() argument 33 for (i = 0; i < (with_hibit ? X_SER_BYTES : SER_BYTES); i++) { in gf_serialize() 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit, in gf_deserialize() argument 72 const unsigned nbytes = with_hibit ? X_SER_BYTES : SER_BYTES; in gf_deserialize()
|
H A D | field.h | 23 # define SER_BYTES 56 macro 65 void gf_serialize(uint8_t serial[SER_BYTES], const gf x, int with_highbit); 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit,
|
Completed in 7 milliseconds