/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
KeyAgreementSpi.java | 64 Integer i192 = Integers.valueOf(192); typedefs 68 algorithms.put(NISTObjectIdentifiers.id_aes192_CBC.getId(), i192); typedefs 71 algorithms.put(NISTObjectIdentifiers.id_aes192_wrap.getId(), i192); typedefs 73 algorithms.put(PKCSObjectIdentifiers.id_alg_CMS3DESwrap.getId(), i192); typedefs
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyAgreementSpi.java | 40 Integer i192 = Integers.valueOf(192); typedefs 45 algorithms.put("DESEDE", i192);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap_until.pass.cpp | 334 int i192[] = {1, 0, 0, 1, 0, 0, 0}; local 461 assert(std::is_heap_until(i192, i192+7) == i192+3);
|
is_heap.pass.cpp | 334 int i192[] = {1, 0, 0, 1, 0, 0, 0}; local 461 assert(std::is_heap(i192, i192+7) == (std::is_heap_until(i192, i192+7) == i192+7));
|
is_heap_until_comp.pass.cpp | 335 int i192[] = {1, 0, 0, 1, 0, 0, 0}; local 462 assert(std::is_heap_until(i192, i192+7, std::greater<int>()) == i192+1);
|
is_heap_comp.pass.cpp | 335 int i192[] = {1, 0, 0, 1, 0, 0, 0}; local [all...] |
/art/test/083-compiler-regressions/src/ |
Main.java | 634 int i192 = 192; local [all...] |