Searched refs:hexkey (Results 1 – 4 of 4) sorted by relevance
188 char hexkey[33], key[YUBIKEY_KEY_SIZE]; in yubikey_login() local212 if (fscanf(f, "%32s", hexkey) != 1) { in yubikey_login()218 if (strlen(hexkey) != 32) { in yubikey_login()231 yubikey_hex_decode(key, hexkey, YUBIKEY_KEY_SIZE); in yubikey_login()233 explicit_bzero(hexkey, sizeof(hexkey)); in yubikey_login()
198 -macopt hexkey:$cmac_key -out $dgstdat.$d.cmac $dgstdat
1589 parsekey(unsigned char *hexkey, size_t len) in parsekey() argument1604 key->data[i] = x2i(hexkey + 2 * i); in parsekey()
2174 parsekey(unsigned char *hexkey, size_t len, struct iked_auth *auth) in parsekey() argument2184 auth->auth_data[i] = x2i(hexkey + 2 * i); in parsekey()