Home
last modified time | relevance | path

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

/third_party/openssl/crypto/modes/
Dgcm128.c827 ctx->mres = 0;
971 unsigned int n, ctr, mres; local
989 mres = ctx->mres;
1002 mres = sizeof(ctx->Xi);
1018 n = mres % 16;
1025 ctx->Xn[mres++] = *(out++) = *(in++) ^ ctx->EKi.c[n];
1030 GHASH(ctx, ctx->Xn, mres);
1031 mres = 0;
1033 ctx->mres = mres;
1044 mres = 0;
[all …]
/third_party/node/deps/openssl/openssl/crypto/modes/
Dgcm128.c827 ctx->mres = 0;
971 unsigned int n, ctr, mres; local
989 mres = ctx->mres;
1002 mres = sizeof(ctx->Xi);
1018 n = mres % 16;
1025 ctx->Xn[mres++] = *(out++) = *(in++) ^ ctx->EKi.c[n];
1030 GHASH(ctx, ctx->Xn, mres);
1031 mres = 0;
1033 ctx->mres = mres;
1044 mres = 0;
[all …]
/third_party/curl/tests/libtest/
Dlib670.c112 CURLMcode mres; in test() local
184 mres = curl_multi_add_handle(multi, pooh.easy); in test()
185 while(!mres) { in test()
193 mres = curl_multi_perform(multi, &still_running); in test()
194 if(!still_running || mres != CURLM_OK) in test()
215 mres = curl_multi_fdset(multi, &fdread, &fdwrite, &fdexcept, &maxfd); in test()
216 if(mres) in test()
230 if(mres != CURLM_OK) in test()
Dlib583.c41 CURLMcode mres; in test() local
73 mres = curl_multi_remove_handle(multiHandle, curl); in test()
74 if(mres) { in test()
76 "with code %d\n", (int)mres); in test()
Dlib1592.c50 CURLMcode mres; in test() local
104 mres = curl_multi_remove_handle(multiHandle, curl); in test()
105 if(mres) { in test()
/third_party/openssl/providers/implementations/ciphers/
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];
Dcipher_aes_gcm_hw.c71 size_t res = (16 - ctx->gcm.mres) % 16; in generic_aes_gcm_cipher_update()
100 size_t res = (16 - ctx->gcm.mres) % 16; in generic_aes_gcm_cipher_update()
Dcipher_aes_gcm.h34 unsigned char mres[16]; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
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];
Dcipher_aes_gcm_hw.c71 size_t res = (16 - ctx->gcm.mres) % 16; in generic_aes_gcm_cipher_update()
100 size_t res = (16 - ctx->gcm.mres) % 16; in generic_aes_gcm_cipher_update()
Dcipher_aes_gcm.h34 unsigned char mres[16]; member
/third_party/cups-filters/filter/
Dpdftops.c313 mres, res, in main() local
876 if ((numvalues = sscanf(val, "%d", &mres)) > 0) in main()
877 maxres = mres; in main()
/third_party/openssl/include/crypto/
Dmodes.h132 unsigned int mres, ares; member
/third_party/node/deps/openssl/openssl/include/crypto/
Dmodes.h132 unsigned int mres, ares; member
/third_party/node/deps/openssl/openssl/crypto/evp/
De_aes.c895 unsigned char mres[16]; member
1251 ctx->mres[n] = *inptr; in s390x_aes_gcm()
1258 s390x_kma(ctx->ares, ctx->areslen, ctx->mres, 16, buf.b, in s390x_aes_gcm()
1305 ctx->mres[n + i] = in[i]; in s390x_aes_gcm()
1653 s390x_kma(gctx->ares, gctx->areslen, gctx->mres, gctx->mreslen, tmp, in s390x_aes_gcm_cipher()
2984 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
3006 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
3028 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
3050 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
/third_party/openssl/crypto/evp/
De_aes.c895 unsigned char mres[16]; member
1251 ctx->mres[n] = *inptr; in s390x_aes_gcm()
1258 s390x_kma(ctx->ares, ctx->areslen, ctx->mres, 16, buf.b, in s390x_aes_gcm()
1305 ctx->mres[n + i] = in[i]; in s390x_aes_gcm()
1653 s390x_kma(gctx->ares, gctx->areslen, gctx->mres, gctx->mreslen, tmp, in s390x_aes_gcm_cipher()
2984 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
3006 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
3028 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
3050 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher()
/third_party/alsa-lib/include/sound/uapi/
Dasound.h411 struct snd_mask mres[5]; /* reserved masks */ member
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi63104 …<var-decl name="mres" type-id="66c7c544" visibility="default" filepath="include/uapi/sound/asound.…
Dtest-PR27569-v0.abi63090 …<var-decl name="mres" type-id="66c7c544" visibility="default" filepath="include/uapi/sound/asound.…