Home
last modified time | relevance | path

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

/openbsd/libexec/login_yubikey/
H A Dlogin_yubikey.c188 char hexkey[33], key[YUBIKEY_KEY_SIZE]; in yubikey_login() local
212 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()
/openbsd/regress/usr.bin/openssl/
H A Dappstest.sh198 -macopt hexkey:$cmac_key -out $dgstdat.$d.cmac $dgstdat
/openbsd/sbin/ipsecctl/
H A Dparse.y1589 parsekey(unsigned char *hexkey, size_t len) in parsekey() argument
1604 key->data[i] = x2i(hexkey + 2 * i); in parsekey()
/openbsd/sbin/iked/
H A Dparse.y1929 parsekey(unsigned char *hexkey, size_t len, struct iked_auth *auth) in parsekey() argument
1939 auth->auth_data[i] = x2i(hexkey + 2 * i); in parsekey()