Searched refs:authpath (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/dma/
H A Ddma.c82 .authpath = NULL,
578 if (config.authpath != NULL)
579 parse_authfile(config.authpath);
H A Dconf.c198 config.authpath= data;
H A Ddma.h134 const char *authpath; member in struct:config
/freebsd-13-stable/crypto/openssh/
H A Dxmss_fast.c296 static void validate_authpath(unsigned char *root, const unsigned char *leaf, unsigned long leafidx, const unsigned char *authpath, const xmss_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
303 // If leafidx is odd (last bit = 1), current path element is a right child and authpath has to go to the left.
309 buffer[j] = authpath[j];
315 buffer[n+j] = authpath[j];
317 authpath += n;
326 buffer[j] = authpath[j];
331 buffer[j+n] = authpath[j];
333 authpath += n;

Completed in 66 milliseconds