HomeSort by relevance Sort by last modified time
    Searched refs:keyMaterial (Results 1 - 7 of 7) sorted by null

  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 56 char keyMaterial[MAX_KEY_SIZE+1]; /* Raw key data in ASCII, e.g., user input or KAT values */
84 int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial);
rijndael-api-fst.c 39 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, char *keyMaterial) {
60 if (keyMaterial != NULL) {
61 bcopy(keyMaterial, key->keyMaterial, keyLen/8);
67 keyMat = key->keyMaterial;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CipherSuite.java 56 final int keyMaterial;
    [all...]
ConnectionStateSSLv3.java 68 ? cipherSuite.keyMaterial
ConnectionStateTLS.java 90 ? cipherSuite.keyMaterial
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 262 byte[] keyMaterial = loadBytes("hyts_" + "des-ede3-cbc.test"
264 DESedeKeySpec keySpec = new DESedeKeySpec(keyMaterial);
311 byte[] keyMaterial = loadBytes("hyts_" + "des-ede3-cbc.test"
313 DESedeKeySpec keySpec = new DESedeKeySpec(keyMaterial);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 325 byte[] keyMaterial = loadBytes("hyts_" + "des-ede3-cbc.test"
327 DESedeKeySpec keySpec = new DESedeKeySpec(keyMaterial);
383 byte[] keyMaterial = loadBytes("hyts_" + "des-ede3-cbc.test"
385 DESedeKeySpec keySpec = new DESedeKeySpec(keyMaterial);
    [all...]

Completed in 322 milliseconds