HomeSort by: relevance | last modified time | path
    Searched defs:Xi (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/include/crypto/
modes.h 119 } Yi, EKi, EK0, len, Xi, H;
121 * Relative position of Xi, H and pre-computed Htable is used in some
128 void (*gmult) (u64 Xi[2], const u128 Htable[16]);
129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp,
  /src/crypto/external/bsd/openssl.old/dist/crypto/modes/
modes_local.h 126 } Yi, EKi, EK0, len, Xi, H;
128 * Relative position of Xi, H and pre-computed Htable is used in some
135 void (*gmult) (u64 Xi[2], const u128 Htable[16]);
136 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp,
  /src/crypto/external/apache2/openssl/dist/include/crypto/
modes.h 106 typedef void (*gcm_ghash_fn)(u64 Xi[2], const u128 Htable[16], const u8 *inp, size_t len);
107 typedef void (*gcm_gmult_fn)(u64 Xi[2], const u128 Htable[16]);
121 } Yi, EKi, EK0, len, Xi, H;
123 * Relative position of Yi, EKi, EK0, len, Xi, H and pre-computed Htable is
138 void ossl_gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16],
140 void ossl_gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16]);

Completed in 38 milliseconds