OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ecc_decrypt_key
(Results
1 - 10
of
10
) sorted by null
/external/dropbear/libtomcrypt/src/pk/ecc/
ecc_decrypt_key.c
20
@file
ecc_decrypt_key
.c
35
int
ecc_decrypt_key
(const unsigned char *in, unsigned long inlen,
function
147
/* $Source: /cvs/libtom/libtomcrypt/src/pk/ecc/
ecc_decrypt_key
.c,v $ */
/external/dropbear/libtomcrypt/testprof/
ecc_test.c
205
DO(
ecc_decrypt_key
(buf[1], y, buf[0], &x, &privKey));
x86_prof.c
1086
if ((err =
ecc_decrypt_key
(buf[1], z, buf[0], &w, &key)) != CRYPT_OK) {
[
all
...]
/external/dropbear/libtomcrypt/
makefile.msvc
97
src/pk/ecc/ecc_ansi_x963_export.obj src/pk/ecc/ecc_ansi_x963_import.obj src/pk/ecc/
ecc_decrypt_key
.obj \
makefile.icc
187
src/pk/ecc/ecc_ansi_x963_export.o src/pk/ecc/ecc_ansi_x963_import.o src/pk/ecc/
ecc_decrypt_key
.o \
makefile.shared
192
src/pk/ecc/ecc_ansi_x963_export.o src/pk/ecc/ecc_ansi_x963_import.o src/pk/ecc/
ecc_decrypt_key
.o \
makefile.unix
133
src/pk/ecc/ecc_ansi_x963_export.o src/pk/ecc/ecc_ansi_x963_import.o src/pk/ecc/
ecc_decrypt_key
.o \
changes
187
--
ecc_decrypt_key
() now uses find_hash_oid() to clean up the code ;-)
195
-- Fixed bug in
ecc_decrypt_key
() which could possibly lead to overflows (if MAXBLOCKSIZE > ECC_BUF_SIZE and you have a hash that emits MAXBLOCKSIZE bytes)
[
all
...]
crypt.tex
[
all
...]
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h
236
int
ecc_decrypt_key
(const unsigned char *in, unsigned long inlen,
Completed in 290 milliseconds