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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_siv.h 47 u128 Htable[16]; /* Polyval calculations via ghash */
58 void ossl_polyval_ghash_init(u128 Htable[16], const uint64_t H[2]);
59 void ossl_polyval_ghash_hash(const u128 Htable[16], uint8_t *tag, const uint8_t *inp, size_t len);
  /src/crypto/external/bsd/openssl/dist/include/crypto/
modes.h 121 * Relative position of Xi, H and pre-computed Htable is used in some
125 u128 Htable[256];
127 u128 Htable[16];
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 128 * Relative position of Xi, H and pre-computed Htable is used in some
132 u128 Htable[256];
134 u128 Htable[16];
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 105 typedef void (*gcm_init_fn)(u128 Htable[16], const u64 H[2]);
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]);
123 * Relative position of Yi, EKi, EK0, len, Xi, H and pre-computed Htable is
126 u128 Htable[16];
137 void ossl_gcm_init_4bit(u128 Htable[16], const u64 H[2]);
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 16 milliseconds