Searched refs:keyMaterial (Results 1 – 6 of 6) sorted by relevance
167 keyMaterial := make([]byte, n)168 prfForVersion(version, suite)(keyMaterial, masterSecret, keyExpansionLabel, seed[0:])169 clientMAC = keyMaterial[:macLen]170 keyMaterial = keyMaterial[macLen:]171 serverMAC = keyMaterial[:macLen]172 keyMaterial = keyMaterial[macLen:]173 clientKey = keyMaterial[:keyLen]174 keyMaterial = keyMaterial[keyLen:]175 serverKey = keyMaterial[:keyLen]176 keyMaterial = keyMaterial[keyLen:][all …]
56 char keyMaterial[MAX_KEY_SIZE+1]; /* Raw key data in ASCII, e.g., user input or KAT values */ member84 int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial);
39 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, char *keyMaterial) { in rijndael_makeKey() argument60 if (keyMaterial != NULL) { in rijndael_makeKey()61 bcopy(keyMaterial, key->keyMaterial, keyLen/8); in rijndael_makeKey()67 keyMat = key->keyMaterial; in rijndael_makeKey()
44 String message, String keyMaterial, String nonce, String aad, String ciphertext) { in EaxTestVector() argument55 this.key = new SecretKeySpec(TestUtil.hexToBytes(keyMaterial), "AES"); in EaxTestVector()
62 String keyMaterial, in GcmTestVector() argument75 this.key = new SecretKeySpec(TestUtil.hexToBytes(keyMaterial), "AES"); in GcmTestVector()
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...