HomeSort by relevance Sort by last modified time
    Searched full:derivation (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DerivationParameters.java 4 * Parameters for key/byte stream derivation classes
DerivationFunction.java 4 * base interface for general purpose byte derivation functions.
  /external/clang/test/Sema/
static-array.c 41 [static 42]); // expected-error {{'static' used in non-outermost array type derivation}}
44 [const 42]); // expected-error {{type qualifier used in non-outermost array type derivation}}
46 void k(int (*x)[static 10]); // expected-error {{'static' used in non-outermost array type derivation}}
  /external/wpa_supplicant_8/src/crypto/
sha1-pbkdf2.c 2 * SHA1-based key derivation function (PBKDF2) for IEEE 802.11i
59 * pbkdf2_sha1 - SHA1-based key derivation function (PBKDF2) for IEEE 802.11i
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
ECDHBasicAgreement.java 14 * ECSVDP-DH is Elliptic Curve Secret Value Derivation Primitive,
  /external/chromium/net/disk_cache/
stats_histogram.h 21 // Class derivation of Histogram "deprecated," and should not be copied, and
  /external/chromium_org/net/disk_cache/
stats_histogram.h 27 // Class derivation of Histogram "deprecated," and should not be copied, and
  /libcore/luni/src/main/java/org/w3c/dom/
TypeInfo.java 111 * , this constant represents the derivation by <a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#key-typeRestriction'>
118 * from the reference type definition, and all the <em>derivation methods</em> involved are restriction.
123 * , this constant represents the derivation by <a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#key-typeExtension'>
128 * reference type definition, and at least one of the <em>derivation methods</em> involved is an extension.
160 * This method returns if there is a derivation between the reference
166 * @param derivationMethod the type of derivation and conditions applied
173 * the other type definition according to the derivation parameter. If
  /external/chromium/chrome/browser/password_manager/
encryptor_mac.mm 19 // Salt for Symmetric key derivation.
25 // Constant for Symmetic key derivation.
  /external/chromium_org/components/webdata/encryptor/
encryptor_mac.mm 21 // Salt for Symmetric key derivation.
27 // Constant for Symmetic key derivation.
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service.h 30 // associated with each BrowserContext. This derivation adds refcounting
  /external/chromium_org/crypto/
hkdf.h 18 // HKDF implements the key derivation function specified in RFC 5869 (using
  /external/chromium_org/net/quic/crypto/
crypto_utils.h 57 // the key derivation.
  /external/chromium_org/ppapi/cpp/
ppp_entrypoints.cc 7 // plugin implementors can export their derivation of Module by just
  /external/srtp/
TODO 35 - re-keying using the key derivation function (only the initial
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
iterator.hpp 38 // prevent derivation from an identically-named class in a different namespace.
  /dalvik/vm/
Android.mk 63 # Derivation #1
75 # Derivation #2
87 # Derivation #3
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.c 17 * eap_pax_kdf - PAX Key Derivation Function
117 * eap_pax_initial_key_derivation - EAP-PAX initial key derivation
129 wpa_printf(MSG_DEBUG, "EAP-PAX: initial key derivation");
eap_gpsk_common.c 153 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: Data to MK derivation",
303 "for key derivation");
332 "key derivation", vendor, specifier);
365 "Session-Id derivation", csuite_specifier);
386 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Data to Method ID derivation",
448 "for Session-Id derivation");
  /external/chromium/chrome/browser/sync/util/
nigori.h 18 // assisted key derivation.
  /external/chromium_org/sync/util/
nigori.h 21 // assisted key derivation.
  /external/chromium_org/third_party/libxml/src/
testRegexp.c 200 printf("Derivation led to an internal error, report this !\n");
206 printf("Resulting nillable derivation: %s\n",
209 printf("Resulting derivation: %s\n",
244 printf(" %s -> derivation failed\n", list[i]);
  /external/clang/test/Driver/
darwin-verify-debug.c 19 // Check output name derivation.
  /external/replicaisland/src/com/replica/replicaisland/
PhasedObjectManager.java 23 * A derivation of ObjectManager that sorts its children if they are of type PhasedObject.
  /external/srtp/doc/
rfc3711.txt 71 4.3. Key Derivation . . . . . . . . . . . . . . . . . . . . . 26
72 4.3.1. Key Derivation Algorithm . . . . . . . . . . . . 26
73 4.3.2. SRTCP Key Derivation . . . . . . . . . . . . . . 28
78 5.3. Key Derivation: AES-CM PRF . . . . . . . . . . . . . . . 29
81 7.1. Key derivation . . . . . . . . . . . . . . . . . . . . . 30
122 B.3. Key Derivation Test Vectors. . . . . . . . . . . . . . . 53
244 derivation function (see Section 4.3), providing "session keys"
248 * In addition, the key derivation can be configured to periodically
473 * a master salt, to be used in the key derivation of session keys.
480 be a power of 2 simplifies the session-key derivation
    [all...]

Completed in 1190 milliseconds

1 2 3 4 5 6 7 8