OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ciphers
(Results
1 - 16
of
16
) sorted by null
/external/srtp/
Makefile
75
ciphers
= crypto/cipher/cipher.o crypto/cipher/null_cipher.o \
macro
96
cryptobj = $(
ciphers
) $(hashes) $(math) $(stat) $(kernel) $(replay)
/external/srtp/crypto/
Makefile
69
ciphers
= cipher/cipher.o cipher/null_cipher.o \
macro
87
cryptobj = $(
ciphers
) $(hashes) $(math) $(stat) $(kernel) $(xfm)
/external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c
462
int
ciphers
, key_mgmt, res, version;
local
600
ciphers
= data.pairwise_cipher & wpa_auth->conf.rsn_pairwise;
602
ciphers
= data.pairwise_cipher & wpa_auth->conf.wpa_pairwise;
603
if (!
ciphers
) {
619
if (
ciphers
& WPA_CIPHER_TKIP) {
656
sm->pairwise = wpa_pick_pairwise_cipher(
ciphers
, 0);
/external/openssh/
cipher.c
80
static const struct sshcipher
ciphers
[] = {
variable in typeref:struct:sshcipher
128
/* Returns a comma-separated list of supported
ciphers
. */
136
for (c =
ciphers
; c->name != NULL; c++) {
220
for (c =
ciphers
; c->name != NULL; c++)
230
for (c =
ciphers
; c->name != NULL; c++)
271
for (c =
ciphers
; c->name != NULL; c++)
readconf.h
73
char *
ciphers
; /* SSH2
ciphers
in order of preference. */
member in struct:__anon17325
servconf.h
91
char *
ciphers
; /* Supported SSH2
ciphers
. */
member in struct:__anon17334
/external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c
259
u32 *
ciphers
;
local
265
ciphers
= nla_data(tb);
267
u32 c =
ciphers
[i];
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_fast.c
1446
u8
ciphers
[5];
local
[
all
...]
/external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c
410
u8
ciphers
[5] = {
local
438
ciphers
) < 0) {
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
740
const char *
ciphers
;
local
834
ciphers
= conf->openssl_ciphers;
836
ciphers
= "DEFAULT:!EXP:!LOW";
837
if (SSL_CTX_set_cipher_list(ssl,
ciphers
) != 1) {
840
ciphers
);
[
all
...]
/external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java
588
// see OpenSSL
ciphers
man page
606
List<String>
ciphers
local
608
NativeCrypto.SSL_set_cipher_lists(s,
ciphers
.toArray(new String[
ciphers
.size()]));
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c
3408
static const struct cipher_info
ciphers
[] = {
variable in typeref:struct:cipher_info
[
all
...]
/external/boringssl/src/include/openssl/
ssl.h
356
/* SSL_OP_CIPHER_SERVER_PREFERENCE configures servers to select
ciphers
and
534
/* These are used to specify which
ciphers
to use and not to use */
582
/* COMPLEMENTOF* definitions. These identifiers are used to (de-select)
ciphers
585
* Example: "RC4" will activate all
ciphers
using RC4 including
ciphers
without
860
STACK_OF(SSL_CIPHER) *
ciphers
;
member in struct:ssl_cipher_preference_list_st
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar
Completed in 322 milliseconds