CryptoAuthLib
Atmel CryptoAuthentication Library
atca_helpers.h File Reference

Helpers to support the CryptoAuthLib Basic API methods. More...

#include "cryptoauthlib.h"

Go to the source code of this file.

Macros

#define atcab_bin2hex
 

Functions

ATCA_STATUS packHex (const char *asciiHex, int asciiHexLen, char *packedHex, int *packedLen)
 
bool isDigit (char c)
 Checks to see if a character is an ASCII representation of a digit ((c ge '0') and (c le '9')) More...
 
bool isWhiteSpace (char c)
 Checks to see if a character is whitespace ((c == '
') || (c == '') || (c == '') || (c == ' ')) More...
 
bool isHexAlpha (char c)
 Checks to see if a character is an ASCII representation of hex ((c ge 'A') and (c le 'F')) || ((c ge 'a') and (c le 'f')) More...
 
bool isHex (char c)
 Returns true if this character is a valid hex character or if this is whitespace (The character can be included in a valid hexstring). More...
 
bool isHexDigit (char c)
 Returns true if this character is a valid hex character. More...
 

Detailed Description

Helpers to support the CryptoAuthLib Basic API methods.

Copyright (c) 2015 Atmel Corporation. All rights reserved.