Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc43 kma->tpcl = 0;
93 kma->tpcl <<= 3;
124 kma->tpcl = in_len << 3;
151 if (kma->tpcl != 0)
221 mlen = kma->tpcl + len;
224 kma->tpcl = mlen;
/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h41 unsigned long long tpcl; /* total plaintxt/ciphertxt len */ member
/openssl/crypto/evp/
H A De_aes.c925 unsigned long long tpcl; member
1265 if (ctx->kma.param.tpcl) in s390x_aes_gcm_aad()
1325 mlen = ctx->kma.param.tpcl + len; in s390x_aes_gcm()
1328 ctx->kma.param.tpcl = mlen; in s390x_aes_gcm()
1406 ctx->kma.param.tpcl = 0; in s390x_aes_gcm_setiv()
1683 gctx->kma.param.tpcl = len << 3; in s390x_aes_gcm_tls_cipher()
1737 gctx->kma.param.tpcl <<= 3; in s390x_aes_gcm_cipher()

Completed in 16 milliseconds