|
LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <logicalaccess/plugins/crypto/tomcrypt.h>Functions | |
| int | find_cipher_any (const char *name, int blocklen, int keylen) |
| int find_cipher_any | ( | const char * | name, |
| int | blocklen, | ||
| int | keylen | ||
| ) |
Find a cipher flexibly. First by name then if not present by block and key size
| name | The name of the cipher desired |
| blocklen | The minimum length of the block cipher desired (octets) |
| keylen | The minimum length of the key size desired (octets) |
1.9.6