Home
last modified time | relevance | path

Searched refs:MAX_KEY_SIZE (Results 1 – 1 of 1) sorted by relevance

/optee_examples/hotp/ta/
A Dhotp_ta.c16 #define MAX_KEY_SIZE 64 /* In bytes */ macro
27 static uint8_t K[MAX_KEY_SIZE];
51 if (keylen < MIN_KEY_SIZE || keylen > MAX_KEY_SIZE) in hmac_sha1()

Completed in 2 milliseconds