/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A 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 1203 unsigned int n, ctr, mres; global() local 1783 unsigned int mres = ctx->mres; global() local [all...] |
/third_party/openssl/crypto/modes/ |
H A 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 1203 unsigned int n, ctr, mres; global() local 1783 unsigned int mres = ctx->mres; global() local [all...] |
/third_party/curl/tests/libtest/ |
H A 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()
|
H A 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()
|
H A 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/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A 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()
|
H A D | cipher_aes_gcm.h | 34 unsigned char mres[16]; member
|
/third_party/openssl/providers/implementations/ciphers/ |
H A 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()
|
H A D | cipher_aes_gcm.h | 34 unsigned char mres[16]; member
|
/third_party/cups-filters/filter/ |
H A D | pdftops.c | 313 mres, res, local 876 if ((numvalues = sscanf(val, "%d", &mres)) > 0) 877 maxres = mres;
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | modes.h | 132 unsigned int mres, ares; member
|
/third_party/openssl/include/crypto/ |
H A D | modes.h | 132 unsigned int mres, ares; member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 891 unsigned char mres[16]; member 1245 ctx->mres[n] = *inptr; in s390x_aes_gcm() 1250 /* ctx->mres contains a complete block if offset has wrapped around */ in s390x_aes_gcm() 1252 s390x_kma(ctx->ares, ctx->areslen, ctx->mres, 16, buf.b, in s390x_aes_gcm() 1299 ctx->mres[n + i] = in[i]; in s390x_aes_gcm() 1647 s390x_kma(gctx->ares, gctx->areslen, gctx->mres, gctx->mreslen, tmp, in s390x_aes_gcm_cipher() 1649 /* recall that we already did en-/decrypt gctx->mres in s390x_aes_gcm_cipher() 2978 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher() 3000 size_t res = (16 - gctx->gcm.mres) % 16; in aes_gcm_cipher() 3022 size_t res = (16 - gctx->gcm.mres) in aes_gcm_cipher() [all...] |
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 895 unsigned char mres[16]; member 1251 ctx->mres[n] = *inptr; in s390x_aes_gcm() 1256 /* ctx->mres contains a complete block if offset has wrapped around */ 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() 1655 /* recall that we already did en-/decrypt gctx->mres 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) in aes_gcm_cipher() [all...] |
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound.h | 418 struct snd_mask mres[5]; /* reserved masks */ member
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 7257 SANE_Int mask, mres; in Read_ResizeBlock() local 7265 mres = ((mask & *pP1) != 0) ? rz->rescount : 0; in Read_ResizeBlock() 7268 mres += (rz->resolution_y - rz->rescount); in Read_ResizeBlock() 7270 if (mres > (rz->resolution_y / 2)) in Read_ResizeBlock()
|