Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_polyval.c28 t[0] = GSWAP8(a[0]); in mulx_ghash()
29 t[1] = GSWAP8(a[1]); in mulx_ghash()
38 a[1] = GSWAP8((t[1] >> 1) ^ (t[0] << 63)); in mulx_ghash()
39 a[0] = GSWAP8((t[0] >> 1) ^ mask); in mulx_ghash()
50 ((uint64_t *)out)[0] = GSWAP8(((uint64_t *)in)[1]); in byte_reverse16()
51 ((uint64_t *)out)[1] = GSWAP8(((uint64_t *)in)[0]); in byte_reverse16()
70 tmp[0] = GSWAP8(tmp[0]); in ossl_polyval_ghash_init()
71 tmp[1] = GSWAP8(tmp[1]); in ossl_polyval_ghash_init()
H A Dcipher_aes_gcm_siv_hw.c172 len_blk[0] = GSWAP8((uint64_t)ctx->aad_len * 8); in aes_gcm_siv_encrypt()
173 len_blk[1] = GSWAP8((uint64_t)len * 8); in aes_gcm_siv_encrypt()
238 len_blk[0] = GSWAP8((uint64_t)ctx->aad_len * 8); in aes_gcm_siv_decrypt()
239 len_blk[1] = GSWAP8((uint64_t)len * 8); in aes_gcm_siv_decrypt()
H A Dcipher_aes_gcm_siv.h69 static ossl_inline uint64_t GSWAP8(uint64_t n) in GSWAP8() function

Completed in 6 milliseconds