OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encdec
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/evp/
evp_test.c
140
int
encdec
)
147
(
encdec
== 1 ? "(encrypt)" : (
encdec
== 0 ? "(decrypt)" : "(encrypt/decrypt)")));
161
if (
encdec
!= 0)
200
if (
encdec
<= 0)
248
int
encdec
)
256
test1(c,key,kn,iv,in,plaintext,pn,ciphertext,cn,
encdec
);
370
int
encdec
;
local
385
encdec
= -1;
387
encdec
= atoi(sstrsep(&p,"\n"))
[
all
...]
evptests.txt
62
# AES-bits-ECB:key::plaintext:ciphertext:
encdec
79
# AES-bits-CBC:key:IV/ciphertext':plaintext:ciphertext:
encdec
97
# AES-bits-CFB:key:IV/ciphertext':plaintext:ciphertext:
encdec
129
# AES-bits-CFB:key:IV/output':plaintext:ciphertext:
encdec
188
# CAMELLIA-bits-ECB:key::plaintext:ciphertext:
encdec
217
# CAMELLIA-bits-CBC:key:IV/ciphertext':plaintext:ciphertext:
encdec
238
# CAMELLIA-bits-CFB:key:IV/ciphertext':plaintext:ciphertext:
encdec
276
# CAMELLIA-bits-OFB:key:IV/output':plaintext:ciphertext:
encdec
Completed in 256 milliseconds