Home
last modified time | relevance | path

Searched refs:GSWAP4 (Results 1 – 2 of 2) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv.h62 static ossl_inline uint32_t GSWAP4(uint32_t n) in GSWAP4() function
73 result = GSWAP4(n & 0x0FFFFFFFF); in GSWAP8()
75 return result | GSWAP4(n >> 32); in GSWAP8()
H A Dcipher_aes_gcm_siv_hw.c67 data.counter = GSWAP4(counter); in aes_gcm_siv_initkey()
82 data.counter = GSWAP4(counter); in aes_gcm_siv_initkey()
352 counter = GSWAP4(block.x32[0]); in aes_gcm_siv_ctr32()
362 block.x32[0] = GSWAP4(counter); in aes_gcm_siv_ctr32()

Completed in 6 milliseconds