Home
last modified time | relevance | path

Searched refs:gN (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/srp/
Dsrp_vfy.c317 SRP_gN *gN; in SRP_get_gN_by_id() local
321 gN = sk_SRP_gN_value(gN_tab, i); in SRP_get_gN_by_id()
322 if (gN && (id == NULL || strcmp(gN->id,id)==0)) in SRP_get_gN_by_id()
323 return gN; in SRP_get_gN_by_id()
368 SRP_gN *gN = NULL; in SRP_VBASE_init() local
398 if ((gN = (SRP_gN *)OPENSSL_malloc(sizeof(SRP_gN))) == NULL) in SRP_VBASE_init()
401 if (!(gN->id = BUF_strdup(pp[DB_srpid])) in SRP_VBASE_init()
402 || !(gN->N = SRP_gN_place_bn(vb->gN_cache,pp[DB_srpverifier])) in SRP_VBASE_init()
403 || !(gN->g = SRP_gN_place_bn(vb->gN_cache,pp[DB_srpsalt])) in SRP_VBASE_init()
404 || sk_SRP_gN_insert(SRP_gN_tab,gN,0) == 0) in SRP_VBASE_init()
[all …]
/external/openssl/apps/
Dsrp.c278 char * gN = NULL; in MAIN() local
350 gN= *(++argv); in MAIN()
525 if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid])) in MAIN()
539 else if (maxgN > 0 && !SRP_get_default_gN(gN)) in MAIN()
541 BIO_printf(bio_err, "No g and N value for index \"%s\"\n", gN); in MAIN()
602 …er(user,&(row[DB_srpverifier]), &(row[DB_srpsalt]),gNrow?gNrow[DB_srpsalt]:gN,gNrow?gNrow[DB_srpve… in MAIN()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kpdf_phs.pkb2261 …��������΢�st|��}ulaVLFFOd�����~obXOHC@ADLVcqG��������ώ[DBKPH6'#'.10./21+!"87|��gN=79DR]aZK9'
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1218 (** [fold_left_globals f init m] is [f (... (f init g1) ...) gN] where
1219 [g1,...,gN] are the global variables of module [m]. Tail recursive. *)
1239 (** [fold_right_globals f m init] is [f g1 (... (f gN init) ...)] where
1240 [g1,...,gN] are the global variables of module [m]. Tail recursive. *)
1563 (** [fold_left_instrs f init bb] is [f (... (f init g1) ...) gN] where
1564 [g1,...,gN] are the instructions of basic block [bb]. Tail recursive. *)
/external/protobuf/gtest/include/gtest/
Dgtest-param-test.h.pump90 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
/external/gtest/include/gtest/
Dgtest-param-test.h.pump92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
/external/chromium/testing/gtest/include/gtest/
Dgtest-param-test.h.pump92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product