HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 876 - 900 of 4302) sorted by null

<<31323334353637383940>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProvider.java 42 * <p>Note: JCE algorithm names should be upper-case only so the case insensitive
324 private static AsymmetricKeyInfoConverter getAsymmetricKeyInfoConverter(ASN1ObjectIdentifier algorithm)
328 return (AsymmetricKeyInfoConverter)keyInfoConverters.get(algorithm);
  /external/dhcpcd-6.8.2/
auth.c 110 uint8_t protocol, algorithm, rdm, *mm, type; local
132 algorithm = *d++;
142 algorithm != auth->algorithm ||
328 switch (algorithm) {
516 switch(auth->algorithm) {
572 *data++ = auth->algorithm;
654 switch(auth->algorithm) {
  /external/ipsec-tools/
Makefile 6 src/racoon/algorithm.c \
  /external/libchrome/crypto/
symmetric_key_unittest.cc 69 crypto::SymmetricKey::Algorithm algorithm; member in struct:PBKDF2TestVector
85 test_data.algorithm, test_data.password, test_data.salt,
  /external/vboot_reference/firmware/lib20/
misc.c 101 packed_key->algorithm = kb->data_key.algorithm;
  /external/vboot_reference/futility/
vb1_helper.c 525 printf(" Data key algorithm: %" PRIu64 " %s\n", data_key->algorithm,
526 (data_key->algorithm < kNumAlgorithms ?
527 algo_strings[data_key->algorithm] : "(invalid)"));
758 if (len < sizeof(key.algorithm))
761 key.algorithm = *(typeof(key.algorithm) *)buf;
762 start = buf + sizeof(key.algorithm);
764 len - sizeof(key.algorithm));
  /external/vboot_reference/scripts/keygeneration/
common.sh 10 # Algorithm ID mappings:
51 # Emit .vbpubk and .vbprivk using given basename and algorithm
78 --algorithm $alg
84 --algorithm $alg
  /external/vboot_reference/tests/futility/
test_show_kernel.sh 24 --key ${TESTKEYS}/key_rsa2048.keyb --algorithm 4
  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 71 rtc::SSLFingerprint::Create(local_fp->algorithm,
232 if (!channel->SetRemoteFingerprint(remote_fingerprint_->algorithm,
  /frameworks/base/core/tests/coretests/src/android/net/http/
DefaultHttpClientTest.java 131 private void authenticateDigestAlgorithm(String algorithm) throws Exception {
134 + "algorithm=" + algorithm;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java 114 * Assertion: throws IllegalArgumentException when algorithm of privateKey
115 * does not match the algorithm of PublicKey in the end certificate (with 0 index)
234 private String alg = "My algorithm";
251 public tmpPrivateKey(String algorithm) {
253 alg = algorithm;
  /libcore/tools/docs/crypto/src/java/libcore/java/security/
ListProviders.java 38 * via vogar as part of the algorithm documentation update process.
47 // algorithm. For documentation purposes, we want to continue having them show up
56 // Ciphers come in algorithm/mode/padding combinations, and not all combinations are explicitly
57 // registered by the providers (sometimes only the base algorithm is registered). While there
59 // given algorithm, none of our providers use it. Thus, when a base algorithm is seen, all
84 private static void print(Provider p, String type, String algorithm) {
85 System.out.println((SHOW_PROVIDER ? p.getName() + ": " : "") + type + " " + algorithm);
89 System.out.println("BEGIN ALGORITHM LIST");
158 System.out.println("END ALGORITHM LIST")
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_map.i 15 #include <algorithm>
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_map.i 15 #include <algorithm>
std_vector.i 35 #include <algorithm>
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
std_map.i 15 #include <algorithm>
  /prebuilts/misc/common/swig/include/2.0.11/php/
std_map.i 15 #include <algorithm>
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_map.i 58 #include <algorithm>
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_map.i 16 #include <algorithm>
  /art/compiler/dex/
verified_method.cc 19 #include <algorithm>
  /art/compiler/utils/
assembler.cc 19 #include <algorithm>
dedupe_set_test.cc 19 #include <algorithm>
  /art/tools/cpp-define-generator/
main.cc 21 #include <algorithm>
  /external/bison/examples/calc++/
position.hh 41 # include <algorithm> // std::max
  /external/boringssl/src/crypto/x509/
algorithm.c 80 /* RSA-PSS has special signature algorithm logic. */
90 /* Default behavior: look up the OID for the algorithm/hash pair and encode
116 int sigalg_nid = OBJ_obj2nid(sigalg->algorithm);

Completed in 2038 milliseconds

<<31323334353637383940>>