projects
/
pam_pcsc_cr.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add serializer
[pam_pcsc_cr.git]
/
crypto_if.h
diff --git
a/crypto_if.h
b/crypto_if.h
index c24d6a3630106c6f63ec516fff1814b25036f8c9..2fb4519cba6971e956639f5284f7f0b6209247ff 100644
(file)
--- a/
crypto_if.h
+++ b/
crypto_if.h
@@
-2,7
+2,7
@@
#define _CRYPTO_IF_H
struct crypto_interface {
- c
har *name
;
+ c
onst char *(*init)(void)
;
unsigned long (*encrypt)(void *key, int keylen, void *iv,
void *pt, void *ct, int tlen);
unsigned long (*decrypt)(void *key, int keylen, void *iv,