Searched defs:g_len (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/linux/user/src/exit/ |
H A D | atexit.c | 27 static size_t g_len; // the number of nodes currently in use variable
|
/third_party/node/src/crypto/ |
H A D | crypto_dh.cc | 178 bool DiffieHellman::Init(const char* p, int p_len, const char* g, int g_len) { in Init() argument
|
/third_party/openssl/test/ |
H A D | acvp_test.c | 448 dsa_create_pkey(EVP_PKEY **pkey, const unsigned char *p, size_t p_len, const unsigned char *q, size_t q_len, const unsigned char *g, size_t g_len, const unsigned char *seed, size_t seed_len, int counter, int validate_pq, int validate_g, const unsigned char *pub, size_t pub_len, BN_CTX *bn_ctx) dsa_create_pkey() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec_template.c | 1784 unsigned g_len = ics->group_len[g]; in decode_spectrum_and_dequant() local 2039 unsigned g_len in decode_spectrum_and_dequant() local [all...] |
Completed in 8 milliseconds