Home
last modified time | relevance | path

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

/providers/implementations/ciphers/
A Dcipher_aes_gcm_siv_polyval.c47 static ossl_inline void byte_reverse16(uint8_t *out, const uint8_t *in) in byte_reverse16() function
66 byte_reverse16((uint8_t *)tmp, (const uint8_t *)H); in ossl_polyval_ghash_init()
84 byte_reverse16((uint8_t *)out, (uint8_t *)tag); in ossl_polyval_ghash_hash()
91 byte_reverse16((uint8_t *)tmp, &inp[i]); in ossl_polyval_ghash_hash()
94 byte_reverse16(tag, (uint8_t *)out); in ossl_polyval_ghash_hash()

Completed in 12 milliseconds