Searched refs:passphraseByteLength (Results 1 – 1 of 1) sorted by relevance
1624 int passphraseByteLength = 0; in setPassphrase() local1626 passphraseByteLength = passphrase.getBytes(StandardCharsets.UTF_8).length; in setPassphrase()1628 if (passphraseByteLength < PSK_MIN_LEN || passphraseByteLength > PSK_MAX_LEN) { in setPassphrase()