/third_party/openssl/crypto/modes/ |
D | gcm128.c | 827 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/ |
D | gcm128.c | 827 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/ |
D | lib670.c | 112 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()
|
D | lib583.c | 41 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()
|
D | lib1592.c | 50 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/ |
D | cipher_aes_gcm_hw_s390x.inc | 96 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];
|
D | cipher_aes_gcm_hw.c | 71 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()
|
D | cipher_aes_gcm.h | 34 unsigned char mres[16]; member
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_aes_gcm_hw_s390x.inc | 96 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];
|
D | cipher_aes_gcm_hw.c | 71 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()
|
D | cipher_aes_gcm.h | 34 unsigned char mres[16]; member
|
/third_party/cups-filters/filter/ |
D | pdftops.c | 313 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/ |
D | modes.h | 132 unsigned int mres, ares; member
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | modes.h | 132 unsigned int mres, ares; member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | e_aes.c | 895 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/ |
D | e_aes.c | 895 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/ |
D | asound.h | 411 struct snd_mask mres[5]; /* reserved masks */ member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 63104 …<var-decl name="mres" type-id="66c7c544" visibility="default" filepath="include/uapi/sound/asound.…
|
D | test-PR27569-v0.abi | 63090 …<var-decl name="mres" type-id="66c7c544" visibility="default" filepath="include/uapi/sound/asound.…
|