OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decrypt
(Results
76 - 100
of
191
) sorted by null
1
2
3
4
5
6
7
8
/bionic/libc/include/netinet/
ip_icmp.h
201
#define ICMP_PHOTURIS_DECRYPT_FAILED 3 /*
decrypt
failed */
/external/dropbear/libtomcrypt/src/ciphers/
xtea.c
171
/* now see if we can encrypt all zero bytes 1000 times,
decrypt
and come back where we started */
noekeon.c
265
/* now see if we can encrypt all zero bytes 1000 times,
decrypt
and come back where we started */
/external/openssl/crypto/des/asm/
readme
16
They encrypt/
decrypt
the 64 bits held in 'data' using
/external/openssl/crypto/des/
enc_read.c
119
/* left over data from last
decrypt
*/
/external/openssl/crypto/pkcs12/
p12_kiss.c
77
/* Parse and
decrypt
a PKCS#12 structure returning user key, user cert
/external/openssl/ssl/
s2_enc.c
120
*
decrypt
. It sets s->s2->padding and s->[rw]length
/ndk/build/platforms/android-3/arch-arm/usr/include/netinet/
ip_icmp.h
201
#define ICMP_PHOTURIS_DECRYPT_FAILED 3 /*
decrypt
failed */
/ndk/build/platforms/android-4/arch-arm/usr/include/netinet/
ip_icmp.h
201
#define ICMP_PHOTURIS_DECRYPT_FAILED 3 /*
decrypt
failed */
/ndk/build/platforms/android-5/arch-arm/usr/include/netinet/
ip_icmp.h
201
#define ICMP_PHOTURIS_DECRYPT_FAILED 3 /*
decrypt
failed */
/ndk/build/platforms/android-5/arch-x86/usr/include/netinet/
ip_icmp.h
201
#define ICMP_PHOTURIS_DECRYPT_FAILED 3 /*
decrypt
failed */
/ndk/build/platforms/android-8/arch-arm/usr/include/netinet/
ip_icmp.h
201
#define ICMP_PHOTURIS_DECRYPT_FAILED 3 /*
decrypt
failed */
/ndk/build/platforms/android-8/arch-x86/usr/include/netinet/
ip_icmp.h
201
#define ICMP_PHOTURIS_DECRYPT_FAILED 3 /*
decrypt
failed */
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_descriptors.h
232
uint8 status; /* 0 = Success, 1 = RX
Decrypt
Fail, 2 = RX MIC Fail */
/external/dropbear/libtomcrypt/testprof/
rsa_test.c
199
fprintf(stderr, "\nrsa_decrypt_key mismatch len %lu (first
decrypt
)", len2);
211
fprintf(stderr, "\nrsa_decrypt_key mismatch, len %lu (second
decrypt
)\n", len2);
242
fprintf(stderr, "\nrsa_decrypt_key mismatch len %lu (first
decrypt
)", len2);
/external/openssl/apps/
enc.c
288
BIO_printf(bio_err,"%-14s
decrypt
\n","-d");
625
/* Only encrypt/
decrypt
as we write the file */
641
BIO_printf(bio_err,"bad
decrypt
\n");
smime.c
134
else if (!strcmp (*args, "-
decrypt
"))
422
BIO_printf (bio_err, "-
decrypt
decrypt
encrypted message\n");
cms.c
159
else if (!strcmp (*args, "-
decrypt
"))
579
BIO_printf (bio_err, "-
decrypt
decrypt
encrypted message\n");
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
147
and store data in a format independent of the platform. This means if you encrypt with Blowfish on a PPC it should
decrypt
183
the key setup, ECB
decrypt
and encrypt and test vector routines. After that all five chaining mode routines
432
To encrypt or
decrypt
a block in ECB mode there are these two functions per cipher:
433
\index{Cipher Encrypt} \index{Cipher
Decrypt
}
443
These two functions will encrypt or
decrypt
(respectively) a single block of text\footnote{The size of which depends on
528
/*
decrypt
the block */
529
blowfish_ecb_decrypt(ct, /*
decrypt
this 8-byte array */
[
all
...]
/external/dropbear/
keyimport.c
557
* Now
decrypt
the key blob.
587
/* Expect the SEQUENCE header. Take its absence as a failure to
decrypt
. */
[
all
...]
/external/openssl/crypto/evp/
evp.h
216
int (*
decrypt
)();
342
const unsigned char *in, unsigned int inl);/* encrypt/
decrypt
data */
404
int encrypt; /* encrypt or
decrypt
*/
[
all
...]
/external/openssl/include/openssl/
evp.h
216
int (*
decrypt
)();
342
const unsigned char *in, unsigned int inl);/* encrypt/
decrypt
data */
404
int encrypt; /* encrypt or
decrypt
*/
[
all
...]
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateSSLv3.java
282
protected byte[]
decrypt
(byte type, byte[] fragment,
method in class:ConnectionStateSSLv3
/external/dropbear/libtomcrypt/src/encauth/eax/
eax_test.c
253
/* test
decrypt
*/
/external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_test.c
211
printf("\n\nFailure-
decrypt
: \nPT:\n");
Completed in 346 milliseconds
1
2
3
4
5
6
7
8