OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cryp
(Results
1 - 5
of
5
) sorted by null
/external/openssl/crypto/evp/
openbsd_hw.c
156
struct crypt_op
cryp
;
165
memset(&
cryp
,'\0',sizeof
cryp
);
166
cryp
.ses=CDATA(ctx)->ses;
167
cryp
.op=ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
168
cryp
.flags=0;
169
cryp
.len=inl;
171
cryp
.src=(caddr_t)in;
172
cryp
.dst=(caddr_t)out;
173
cryp
.mac=0
[
all
...]
/external/openssl/crypto/engine/
eng_cryptodev.c
383
struct crypt_op
cryp
;
local
396
memset(&
cryp
, 0, sizeof(
cryp
));
398
cryp
.ses = sess->ses;
399
cryp
.flags = 0;
400
cryp
.len = inl;
401
cryp
.src = (caddr_t) in;
402
cryp
.dst = (caddr_t) out;
403
cryp
.mac = 0;
405
cryp
.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT
[
all
...]
/external/genext2fs/m4/
ac_func_snprintf.m4
1
dnl From http://autoconf-archive.
cryp
.to/
/external/webkit/autotools/
acinclude.m4
2
# http://autoconf-archive.
cryp
.to/ax_compare_version.html
/external/e2fsprogs/
aclocal.m4
[
all
...]
Completed in 116 milliseconds