Home
last modified time | relevance | path

Searched defs:mod_size (Results 1 – 8 of 8) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/anonymous_tokens/cpp/crypto/
Drsa_blind_signer.cc160 int mod_size; in Sign() local
Drsa_blinder.cc240 const int mod_size = BN_num_bytes(rsa_modulus_.get()); in Unblind() local
/external/jemalloc_new/include/jemalloc/internal/
Dsz.h88 size_t mod_size = (mod+1) << lg_delta; in sz_pind2sz_compute() local
192 size_t mod_size = (mod+1) << lg_delta; in sz_index2size_compute() local
/external/webrtc/rtc_base/
Dssl_identity.h48 unsigned int mod_size; member
Dssl_identity.cc130 KeyParams KeyParams::RSA(int mod_size, int pub_exp) { in RSA()
/external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/anonymous_tokens/cpp/testing/
Dutils.cc173 const size_t mod_size = RSA_size(rsa_key); in TestSign() local
/external/igt-gpu-tools/tests/
Dkms_psr.c71 int mod_size; member
/external/ComputeLibrary/src/core/CL/cl_kernels/
Dhelpers.h903 #define CONVERT_TO_TENSOR4D_STRUCT(name, mod_size) … argument
907 #define CONVERT_TO_TENSOR4D_STRUCT_NO_STEP(name, mod_size) \ argument
1078 uint mod_size) in update_tensor4D_workitem_ptr()