Home
last modified time | relevance | path

Searched refs:__uint128_val_t (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.h48 } __uint128_val_t; typedef
54 __uint128_val_t Htable[16];
63 void gcm_init_v8(__uint128_val_t Htable[16], const uint64_t Xi[2]);
64 void gcm_gmult_v8(uint64_t Xi[2], const __uint128_val_t Htable[16]);
65 void gcm_ghash_v8(uint64_t Xi[2], const __uint128_val_t Htable[16], const uint8_t *inp, size_t len);
75 const __uint128_val_t *);
80 const __uint128_val_t *);
H A Darmv8_crypto_wrap.c243 const __uint128_val_t *Htable) in armv8_aes_encrypt_gcm()
251 __uint128_val_t EK0, EKi, Xi, lenblock; in armv8_aes_encrypt_gcm()
329 const __uint128_val_t *Htable) in armv8_aes_decrypt_gcm()
337 __uint128_val_t EK0, EKi, Xi, lenblock; in armv8_aes_decrypt_gcm()
H A Darmv8_crypto.c277 __uint128_val_t H; in armv8_crypto_cipher_setup()