Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c121 to_alloc = UP16(ctx->aad_len + len); in aes_gcm_siv_aad()
180 ossl_polyval_ghash_hash(ctx->Htable, S_s, ctx->aad, UP16(ctx->aad_len)); in aes_gcm_siv_encrypt()
245 ossl_polyval_ghash_hash(ctx->Htable, S_s, ctx->aad, UP16(ctx->aad_len)); in aes_gcm_siv_decrypt()
H A Dcipher_aes_gcm_siv.h19 #define UP16(x) (((x) + 15) & ~0x0F) macro
H A Dcipher_aes_gcm_siv.c75 if ((ret->aad = OPENSSL_memdup(in->aad, UP16(ret->aad_len))) == NULL) in ossl_aes_gcm_siv_dupctx()

Completed in 7 milliseconds