OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cipherType
(Results
1 - 4
of
4
) sorted by null
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java
486
final long
cipherType
= NativeCrypto.EVP_get_cipherbyname(getCipherName(
488
if (
cipherType
== 0) {
495
final int expectedIvLength = NativeCrypto.EVP_CIPHER_iv_length(
cipherType
);
517
NativeCrypto.EVP_CipherInit_ex(cipherCtx,
cipherType
, null, null, encrypting);
521
NativeCrypto.EVP_CipherInit_ex(cipherCtx,
cipherType
, encodedKey, iv, encrypting);
[
all
...]
/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/v1/lib/main/
h2-1.2.147.jar
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 84 milliseconds