OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ofb_getiv
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/libtomcrypt/src/modes/ofb/
ofb_getiv.c
14
@file
ofb_getiv
.c
27
int
ofb_getiv
(unsigned char *IV, unsigned long *len, symmetric_OFB *ofb)
function
44
/* $Source: /cvs/libtom/libtomcrypt/src/modes/ofb/
ofb_getiv
.c,v $ */
/external/dropbear/libtomcrypt/testprof/
modes_test.c
89
DO(
ofb_getiv
(iv2, &l, &ofb));
91
fprintf(stderr, "
ofb_getiv
failed");
/external/dropbear/libtomcrypt/
Android.mk
68
src/modes/ofb/ofb_encrypt.c src/modes/ofb/
ofb_getiv
.c src/modes/ofb/ofb_setiv.c \
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h
758
int
ofb_getiv
(unsigned char *IV, unsigned long *len, symmetric_OFB *ofb);
Completed in 80 milliseconds