Searched refs:DOWN16 (Results 1 – 2 of 2) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_siv_hw.c | 182 if (DOWN16(len) > 0) in aes_gcm_siv_encrypt() 183 ossl_polyval_ghash_hash(ctx->Htable, S_s, (uint8_t *) in, DOWN16(len)); in aes_gcm_siv_encrypt() 187 memcpy(padding, &in[DOWN16(len)], REMAINDER16(len)); in aes_gcm_siv_encrypt() 247 if (DOWN16(len) > 0) in aes_gcm_siv_decrypt() 248 ossl_polyval_ghash_hash(ctx->Htable, S_s, out, DOWN16(len)); in aes_gcm_siv_decrypt() 252 memcpy(padding, &out[DOWN16(len)], REMAINDER16(len)); in aes_gcm_siv_decrypt()
|
H A D | cipher_aes_gcm_siv.h | 20 #define DOWN16(x) ((x) & ~0x0F) macro
|
Completed in 9 milliseconds