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

1 2 3 4 5 6 7

  /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
  /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.
encryptor_linux.cc 15 // Salt for Symmetric key derivation.
21 // Constant for Symmetic key derivation.
  /external/srtp/
TODO 35 - re-keying using the key derivation function (only the initial
  /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/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/webkit/LayoutTests/dom/xhtml/level3/core/
typeinfoisderivedfrom07.js 79 Check if xsd:string is derived from xsd:anyType using 0 as derivation method.
typeinfoisderivedfrom65.js 82 Invoke method isDerivedFrom with derivation method list and verify that the value returned is true.
typeinfoisderivedfrom67.js 82 are multiple union derivation steps between the target and
typeinfoisderivedfrom68.js 82 is more than one union derivation steps between the target and
typeinfoisderivedfrom69.js 82 is both a union and list derivation steps between the target and
typeinfoisderivedfrom70.js 82 is both a union and list derivation steps between the target and
  /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...]
  /external/openssl/crypto/evp/
p5_crpt2.c 75 * derivation function PBKDF2.
167 /* Now the key derivation function itself. This is a bit evil because
196 /* See if we recognise the key derivation function */
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 297 /* SMK = PRF-256(Random number, "SMK Derivation",
308 sha256_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf),
311 sha1_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf),

Completed in 456 milliseconds

1 2 3 4 5 6 7