OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encrypt
(Results
101 - 125
of
481
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dropbear/libtomcrypt/src/modes/cbc/
cbc_decrypt.c
15
CBC implementation,
encrypt
block, Tom St Denis
/external/dropbear/libtomcrypt/testprof/
dsa_test.c
19
/*
encrypt
a message */
/external/e2fsprogs/lib/et/test_cases/
heimdal2.et
19
ec KADM_NO_ENCRYPT, "Can't
encrypt
data"
/external/openssl/crypto/evp/
pmeth_fn.c
195
if (!ctx || !ctx->pmeth || !ctx->pmeth->
encrypt
)
214
if (!ctx || !ctx->pmeth || !ctx->pmeth->
encrypt
)
226
return ctx->pmeth->
encrypt
(ctx, out, outlen, in, inlen);
288
if (!ctx || !ctx->pmeth || !(ctx->pmeth->derive||ctx->pmeth->
encrypt
||ctx->pmeth->decrypt) || !ctx->pmeth->ctrl)
e_xcbc_d.c
125
ctx->
encrypt
);
135
ctx->
encrypt
);
/external/srtp/crypto/cipher/
cipher.c
115
* test the
encrypt
function
145
/*
encrypt
*/
313
/*
encrypt
buffer with cipher */
369
* number of bits that a cipher implementation can
encrypt
in a second
/external/srtp/crypto/test/
aes_calc.c
97
/*
encrypt
plaintext */
/external/wpa_supplicant_8/src/crypto/
aes-cbc.c
20
* @data: Data to
encrypt
in-place
/libcore/support/src/test/java/tests/security/
AlgorithmParameterAsymmetricHelper.java
34
private static final String plainData = "some data to
encrypt
and decrypt";
AlgorithmParameterSymmetricHelper.java
34
private static final String plainData = "some data to
encrypt
and decrypt";
/external/openssl/apps/
cms.c
162
if (!strcmp (*args, "-
encrypt
"))
593
BIO_printf (bio_err, "-
encrypt
encrypt
message\n");
599
BIO_printf (bio_err, "-des3
encrypt
with triple DES\n");
600
BIO_printf (bio_err, "-des
encrypt
with DES\n");
603
BIO_printf (bio_err, "-seed
encrypt
with SEED\n");
606
BIO_printf (bio_err, "-rc2-40
encrypt
with RC2-40 (default)\n");
607
BIO_printf (bio_err, "-rc2-64
encrypt
with RC2-64\n");
608
BIO_printf (bio_err, "-rc2-128
encrypt
with RC2-128\n");
612
BIO_printf (bio_err, "
encrypt
PEM output with cbc aes\n")
[
all
...]
pkcs12.c
297
BIO_printf (bio_err, "-des
encrypt
private keys with DES\n");
298
BIO_printf (bio_err, "-des3
encrypt
private keys with triple DES (default)\n");
300
BIO_printf (bio_err, "-idea
encrypt
private keys with idea\n");
303
BIO_printf (bio_err, "-seed
encrypt
private keys with seed\n");
307
BIO_printf (bio_err, "
encrypt
PEM output with cbc aes\n");
311
BIO_printf (bio_err, "
encrypt
PEM output with cbc camellia\n");
313
BIO_printf (bio_err, "-nodes don't
encrypt
private keys\n");
319
BIO_printf (bio_err, "-descert
encrypt
PKCS#12 certificates with triple DES (default RC2-40)\n");
/external/chromium/chrome/browser/sync/syncable/
nigori_util.cc
94
if (!cryptographer->
Encrypt
(
97
LOG(ERROR) << "Could not
encrypt
data for newly encrypted type " <<
/external/openssh/
cipher-aes.c
64
enc = ctx->
encrypt
;
90
if (ctx->
encrypt
) {
/external/openssl/crypto/bf/
bf_cfb64.c
68
const BF_KEY *schedule, unsigned char *ivec, int *num, int
encrypt
)
77
if (
encrypt
)
/external/openssl/crypto/des/
rpc_enc.c
70
enc=(desp->des_dir ==
ENCRYPT
)?DES_ENCRYPT:DES_DECRYPT;
83
* Libdes's cbc
encrypt
does not copy back the iv,
/external/openssl/crypto/pkcs12/
p12_decr.c
67
/*
Encrypt
/Decrypt a buffer based on password and algor, result in a
153
/* Encode ASN1 structure and
encrypt
, return OCTET STRING
/external/openssl/crypto/rc2/
rc2_ecb.c
74
int
encrypt
)
80
if (
encrypt
)
rc2cfb64.c
69
int *num, int
encrypt
)
78
if (
encrypt
)
/external/ppp/pppd/
pppcrypt.c
137
encrypt
((char *)des_input, 0);
153
encrypt
((char *)des_input, 1);
/external/srtp/crypto/rng/
prng.c
134
/*
encrypt
buffer */
165
/*
encrypt
buffer */
/external/wpa_supplicant_8/src/ap/
ap_drv_ops.h
145
size_t data_len, int
encrypt
,
151
data_len,
encrypt
,
/external/zlib/src/contrib/minizip/
crypt.h
106
/* First generate RAND_HEAD_LEN-2 random bytes. We
encrypt
the
120
/*
Encrypt
random header (last two bytes is high word of crc) */
/frameworks/av/media/libmedia/
IHDCP.cpp
86
virtual status_t
encrypt
(
function in struct:android::BpHDCP
186
status_t err =
encrypt
(inData, size, streamCTR, &inputCTR, outData);
/packages/apps/Exchange/exchange2/res/values-tl/
strings.xml
51
<string name="policy_require_sd_encryption" msgid="366468398301273342">"Hilingin ang pag-
encrypt
ng SD card"</string>
55
<string name="policy_require_encryption" msgid="7984702283392885348">"Hilingin ang pag-
encrypt
ng device"</string>
Completed in 509 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>