Home
last modified time | relevance | path

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

/openssl/crypto/modes/
H A Dgcm128.c788 mres = ctx->mres; in CRYPTO_gcm128_encrypt()
960 ctx->mres = mres; in CRYPTO_gcm128_encrypt()
993 ctx->mres = mres; in CRYPTO_gcm128_encrypt()
1013 mres = ctx->mres; in CRYPTO_gcm128_decrypt()
1190 ctx->mres = mres; in CRYPTO_gcm128_decrypt()
1226 ctx->mres = mres; in CRYPTO_gcm128_decrypt()
1248 mres = ctx->mres; in CRYPTO_gcm128_encrypt_ctr32()
1289 ctx->mres = mres; in CRYPTO_gcm128_encrypt_ctr32()
1379 ctx->mres = mres; in CRYPTO_gcm128_encrypt_ctr32()
1402 mres = ctx->mres; in CRYPTO_gcm128_decrypt_ctr32()
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_vaes_avx512.inc73 gcmctx->mres = 0;
164 ossl_aes_gcm_encrypt_avx512(gcmctx->key, gcmctx, &gcmctx->mres, in, len, out);
166 ossl_aes_gcm_decrypt_avx512(gcmctx->key, gcmctx, &gcmctx->mres, in, len, out);
174 unsigned int *res = &gcmctx->mres;
H A Dcipher_aes_gcm_hw_s390x.inc96 actx->plat.s390x.mres, actx->plat.s390x.mreslen, out,
99 /* gctx->mres already returned to the caller */
232 actx->plat.s390x.mres[n] = *inptr;
237 /* ctx->mres contains a complete block if offset has wrapped around */
240 actx->plat.s390x.mres, 16, buf.b, fc, kma);
288 actx->plat.s390x.mres[n + i] = in[i];
H A Dcipher_aes_gcm_hw.c70 size_t res = (16 - ctx->gcm.mres) % 16; in generic_aes_gcm_cipher_update()
99 size_t res = (16 - ctx->gcm.mres) % 16; in generic_aes_gcm_cipher_update()
H A Dcipher_aes_gcm.h34 unsigned char mres[16]; member
H A Dcipher_aes_gcm_hw_ppc.inc95 size_t res = (16 - ctx->gcm.mres) % 16;
119 size_t res = (16 - ctx->gcm.mres) % 16;
/openssl/include/crypto/
H A Dmodes.h133 unsigned int mres, ares; member
/openssl/crypto/evp/
H A De_aes.c945 unsigned char mres[16]; member
1335 ctx->mres[n] = *inptr; in s390x_aes_gcm()
1342 s390x_kma(ctx->ares, ctx->areslen, ctx->mres, 16, buf.b, in s390x_aes_gcm()
1389 ctx->mres[n + i] = in[i]; in s390x_aes_gcm()
1738 s390x_kma(gctx->ares, gctx->areslen, gctx->mres, gctx->mreslen, tmp, in s390x_aes_gcm_cipher()
3074 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
3096 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
3118 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
3140 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()

Completed in 44 milliseconds