Home
last modified time | relevance | path

Searched defs:maskq (Results 1 – 3 of 3) sorted by relevance

/dports/security/liboqs/liboqs-0.7.0/src/kem/frodokem/external/
H A Dfrodo_macrify_optimized.c157 …uint16_t temp, maskex=((uint16_t)1 << PARAMS_EXTRACTED_BITS) -1, maskq =((uint16_t)1 << PARAMS_LOG… in frodo_key_decode() local
H A Dfrodo_macrify_reference.c197 …uint16_t temp, maskex=((uint16_t)1 << PARAMS_EXTRACTED_BITS) -1, maskq =((uint16_t)1 << PARAMS_LOG… in frodo_key_decode() local
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/qtesla/
H A DQTesla3p.java331 int maskq = (1 << PARAM_Q_LOG) - 1; in decodePublicKey() local