OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipherType
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/tlslite/tlslite/utils/
openssl_aes.py
24
cipherType
= m2.aes_128_cbc()
26
cipherType
= m2.aes_192_cbc()
28
cipherType
= m2.aes_256_cbc()
29
m2.cipher_init(context,
cipherType
, self.key, self.IV, encrypt)
openssl_tripledes.py
23
cipherType
= m2.des_ede3_cbc()
24
m2.cipher_init(context,
cipherType
, self.key, self.IV, encrypt)
/external/chromium_org/net/third_party/nss/ssl/
sslauth.c
122
cipherName = ssl_cipherName[ss->sec.
cipherType
];
124
cipherName = ssl3_cipherName[ss->sec.
cipherType
];
sslcon.c
[
all
...]
sslsnce.c
112
/* 1 */ PRUint8
cipherType
;
476
to->u.ssl2.
cipherType
= from->u.ssl2.
cipherType
;
494
"time=%d addr=0x%08x%08x%08x%08x
cipherType
=%d", myPid,
498
to->addr.pr_s6_addr32[3], to->u.ssl2.
cipherType
));
558
to->u.ssl2.
cipherType
= from->u.ssl2.
cipherType
;
569
"time=%d addr=0x%08x%08x%08x%08x
cipherType
=%d",
574
to->u.ssl2.
cipherType
));
874
sid->creationTime, sid->u.ssl2.
cipherType
));
[
all
...]
sslnonce.c
355
zap->u.ssl2.
cipherType
));
sslinfo.c
51
inf.cipherSuite = ss->sec.
cipherType
| 0xff00;
sslimpl.h
494
typedef enum { type_stream, type_block, type_aead }
CipherType
;
662
int
cipherType
;
777
CipherType
type;
[
all
...]
ssl3con.c
[
all
...]
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java
264
final long
cipherType
= NativeCrypto.EVP_get_cipherbyname(getCipherName(encodedKey.length,
266
if (
cipherType
== 0) {
271
final int ivLength = NativeCrypto.EVP_CIPHER_iv_length(
cipherType
);
287
NativeCrypto.EVP_CipherInit_ex(cipherCtx.getContext(),
cipherType
, null, null,
292
NativeCrypto.EVP_CipherInit_ex(cipherCtx.getContext(),
cipherType
, encodedKey, iv,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h
145
IPSEC_CIPHER_TYPE
cipherType
;
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 471 milliseconds