| * defines the entry point for the cac card. Only used by cac.c anc |
| * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. |
| * See the COPYING.LIB file in the top-level directory. |
| * Initialize the cac card. This is the only public function in this file. All |
| * the rest are connected through function pointers. |
| VCardStatus cac_card_init(VReader *reader, VCard *card, const char *params, |
| unsigned char * const *cert, int cert_len[], |
| VCardKey *key[] /* adopt the keys*/, |
| /* not yet implemented */ |
| VCardStatus cac_is_cac_card(VReader *reader); |