Searched refs:hexkey (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/libexec/login_yubikey/ |
| H A D | login_yubikey.c | 188 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-src/regress/usr.bin/openssl/ |
| H A D | appstest.sh | 198 -macopt hexkey:$cmac_key -out $dgstdat.$d.cmac $dgstdat
|
| /openbsd-src/sbin/ipsecctl/ |
| H A D | parse.y | 1589 parsekey(unsigned char *hexkey, size_t len) in parsekey() argument 1604 key->data[i] = x2i(hexkey + 2 * i); in parsekey()
|
| /openbsd-src/sbin/iked/ |
| H A D | parse.y | 2174 parsekey(unsigned char *hexkey, size_t len, struct iked_auth *auth) in parsekey() 2184 auth->auth_data[i] = x2i(hexkey + 2 * i); in parsekeyfile() 2166 parsekey(unsigned char * hexkey,size_t len,struct iked_auth * auth) parsekey() argument
|