OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:block_in
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtomcrypt/src/ciphers/safer/
safer.c
249
static int _safer_ecb_encrypt(const unsigned char *
block_in
,
253
int safer_ecb_encrypt(const unsigned char *
block_in
,
261
LTC_ARGCHK(
block_in
!= NULL);
266
a =
block_in
[0]; b =
block_in
[1]; c =
block_in
[2]; d =
block_in
[3];
267
e =
block_in
[4]; f =
block_in
[5]; g =
block_in
[6]; h = block_in[7]
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
bio_ok.c
139
static int
block_in
(BIO* b);
281
if (!
block_in
(b))
583
static int
block_in
(BIO* b)
function
/external/openssl/crypto/evp/
bio_ok.c
139
static int
block_in
(BIO* b);
281
if (!
block_in
(b))
583
static int
block_in
(BIO* b)
function
Completed in 293 milliseconds