Home
last modified time | relevance | path

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

/external/private-join-and-compute/private_join_and_compute/crypto/
Dcamenisch_shoup.h78 uint64_t vector_encryption_length; // The number of ys and xs per ciphertext. member
89 uint64_t vector_encryption_length; // The number of ys and xs per ciphertext. member
196 inline uint64_t vector_encryption_length() const { in vector_encryption_length() function
298 inline uint64_t vector_encryption_length() { in vector_encryption_length() function
Dcamenisch_shoup.cc187 uint64_t vector_encryption_length) { in GenerateCamenischShoupKeyBase()
207 Context* ctx, const BigNum& modulus, uint64_t vector_encryption_length, in CommonParseCiphertextProto()
241 uint64_t vector_encryption_length) { in GenerateCamenischShoupKey()
258 uint64_t vector_encryption_length) { in GenerateCamenischShoupKeyPair()
302 uint64_t vector_encryption_length = ys.size(); in ParseCamenischShoupPublicKeyProto() local
/external/anonymous-counting-tokens/act/act_v0/
Dact_v0.proto40 uint64 vector_encryption_length = 5; field