/external/dropbear/libtomcrypt/src/modes/cbc/ |
D | cbc_getiv.c | 27 int cbc_getiv(unsigned char *IV, unsigned long *len, symmetric_CBC *cbc) in cbc_getiv()
|
D | cbc_setiv.c | 28 int cbc_setiv(const unsigned char *IV, unsigned long len, symmetric_CBC *cbc) in cbc_setiv()
|
D | cbc_start.c | 30 int cbc_start(int cipher, const unsigned char *IV, const unsigned char *key, in cbc_start()
|
/external/dropbear/libtomcrypt/src/modes/lrw/ |
D | lrw_getiv.c | 27 int lrw_getiv(unsigned char *IV, unsigned long *len, symmetric_LRW *lrw) in lrw_getiv()
|
D | lrw_setiv.c | 27 int lrw_setiv(const unsigned char *IV, unsigned long len, symmetric_LRW *lrw) in lrw_setiv()
|
D | lrw_start.c | 32 const unsigned char *IV, in lrw_start()
|
/external/dropbear/libtomcrypt/src/modes/ofb/ |
D | ofb_getiv.c | 27 int ofb_getiv(unsigned char *IV, unsigned long *len, symmetric_OFB *ofb) in ofb_getiv()
|
D | ofb_setiv.c | 27 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb) in ofb_setiv()
|
D | ofb_start.c | 31 int ofb_start(int cipher, const unsigned char *IV, const unsigned char *key, in ofb_start()
|
/external/dropbear/libtomcrypt/src/modes/cfb/ |
D | cfb_getiv.c | 27 int cfb_getiv(unsigned char *IV, unsigned long *len, symmetric_CFB *cfb) in cfb_getiv()
|
D | cfb_setiv.c | 27 int cfb_setiv(const unsigned char *IV, unsigned long len, symmetric_CFB *cfb) in cfb_setiv()
|
D | cfb_start.c | 31 int cfb_start(int cipher, const unsigned char *IV, const unsigned char *key, in cfb_start()
|
/external/dropbear/libtomcrypt/src/modes/f8/ |
D | f8_getiv.c | 27 int f8_getiv(unsigned char *IV, unsigned long *len, symmetric_F8 *f8) in f8_getiv()
|
D | f8_setiv.c | 27 int f8_setiv(const unsigned char *IV, unsigned long len, symmetric_F8 *f8) in f8_setiv()
|
D | f8_start.c | 33 int f8_start( int cipher, const unsigned char *IV, in f8_start()
|
/external/dropbear/libtomcrypt/src/modes/ctr/ |
D | ctr_getiv.c | 27 int ctr_getiv(unsigned char *IV, unsigned long *len, symmetric_CTR *ctr) in ctr_getiv()
|
D | ctr_setiv.c | 27 int ctr_setiv(const unsigned char *IV, unsigned long len, symmetric_CTR *ctr) in ctr_setiv()
|
D | ctr_start.c | 33 const unsigned char *IV, in ctr_start()
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
D | gcm_add_iv.c | 28 const unsigned char *IV, unsigned long IVlen) in gcm_add_iv()
|
D | gcm_memory.c | 39 const unsigned char *IV, unsigned long IVlen, in gcm_memory()
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/ |
D | OFBBlockCipher.java | 14 private byte[] IV; field in OFBBlockCipher
|
D | SICBlockCipher.java | 17 private byte[] IV; field in SICBlockCipher
|
D | GOFBBlockCipher.java | 14 private byte[] IV; field in GOFBBlockCipher
|
D | CFBBlockCipher.java | 14 private byte[] IV; field in CFBBlockCipher
|
/external/dropbear/libtomcrypt/demos/ |
D | encrypt.c | 98 unsigned char tmpkey[512], key[MAXBLOCKSIZE], IV[MAXBLOCKSIZE]; in main() local
|