/external/wpa_supplicant_8/src/crypto/ |
crypto.h | 223 * @iv: Initialization vector for block ciphers or %NULL for stream ciphers
|
/frameworks/base/keystore/java/android/security/keystore/ |
KeyProtection.java | 616 * <li>transformation which do not offer {@code IND-CPA}, such as symmetric ciphers using 618 * <li>in transformations which use an IV, such as symmetric ciphers in {@code GCM}, [all...] |
AndroidKeyStoreCipherSpiBase.java | 62 * Base class for {@link CipherSpi} implementations of Android KeyStore backed ciphers. [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
conn.go | 231 // cbcMode is an interface for block ciphers using cipher block chaining. 858 // attack when using block mode ciphers due to predictable IVs.
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
conn.go | 231 // cbcMode is an interface for block ciphers using cipher block chaining. 858 // attack when using block mode ciphers due to predictable IVs.
|
/external/srtp/doc/ |
rfc3711.txt | 537 Typical examples of such parameters are block size of ciphers, 613 packet (see Section 4.1, for the defined ciphers). This step uses 676 the defined ciphers), using the decryption algorithm indicated in [all...] |
/external/iw/ |
scan.c | 744 printf("\t * Pairwise ciphers: %s\n", defcipher); 758 printf("\t * Pairwise ciphers: %s\n", defcipher); 767 printf("\t * Pairwise ciphers:"); [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_atheros.c | 301 /* key length is done only for specific ciphers */ 325 wpa_printf(MSG_DEBUG, "%s: pairwise key ciphers=0x%x", __func__, v); 328 "Unable to set pairwise key ciphers to 0x%x", v); [all...] |
/external/conscrypt/src/main/java/org/conscrypt/ |
NativeCrypto.java | 277 // --- Block ciphers ------------------------------------------------------- [all...] |
OpenSSLCipher.java | [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_fast.c | 415 u8 ciphers[7] = { local 445 ciphers) < 0) { [all...] |
/libcore/ojluni/src/main/java/sun/security/ssl/ |
Handshaker.java | 142 // calculateConnectionKeys() and cleared once the ciphers are [all...] |
SSLContextImpl.java | 370 * Clear cache of available ciphersuites. If we support all ciphers [all...] |
SSLSocketImpl.java | [all...] |
/external/autotest/client/common_lib/cros/network/ |
iw_runner.py | 110 * Pairwise ciphers: CCMP
|
/external/boringssl/ |
sources.mk | 319 src/tool/ciphers.cc\
|
/external/boringssl/src/ssl/ |
s3_lib.c | 476 STACK_OF(SSL_CIPHER) *srvr = server_pref->ciphers, *prio, *allow;
|
/external/conscrypt/src/test/java/org/conscrypt/ |
NativeCryptoTest.java | 598 // see OpenSSL ciphers man page 616 List<String> ciphers local 618 NativeCrypto.SSL_set_cipher_lists(s, ciphers.toArray(new String[ciphers.size()])); [all...] |
/external/curl/docs/libcurl/ |
curl_easy_setopt.3 | 472 Ciphers to use. See \fICURLOPT_SSL_CIPHER_LIST(3)\fP
|
/external/jetty/src/java/org/eclipse/jetty/util/ssl/ |
SslContextFactory.java | 302 LOG.debug("Enabled Ciphers {} of {}",Arrays.asList(engine.getEnabledCipherSuites()),Arrays.asList(engine.getSupportedCipherSuites())); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
android.config | 281 # can be enabled to get a stronger construction of messages when block ciphers
|
defconfig | 306 # can be enabled to get a stronger construction of messages when block ciphers
|
/hardware/libhardware/include/hardware/ |
keymaster_defs.h | 163 /* Block ciphers algorithms */
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLServerSocket.java | 223 * @exception IllegalArgumentException when one or more of ciphers
|
/system/core/crash_reporter/ |
crash_sender | 471 --capath "$(get_certificates_path)" --ciphers HIGH \
|