Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.h35 unsigned char kres[16]; member
H A Dcipher_aes_gcm_hw_s390x.inc282 s390x_km(buf.b, 16, actx->plat.s390x.kres,
289 out[i] = in[i] ^ actx->plat.s390x.kres[n + i];
/openssl/crypto/evp/
H A De_aes.c946 unsigned char kres[16]; member
1384 s390x_km(buf.b, 16, ctx->kres, ctx->fc & 0x1f, &ctx->kma.param.k); in s390x_aes_gcm()
1390 out[i] = in[i] ^ ctx->kres[n + i]; in s390x_aes_gcm()

Completed in 17 milliseconds