Home
last modified time | relevance | path

Searched defs:iked_dsa (Results 1 – 1 of 1) sorted by relevance

/openbsd/sbin/iked/
H A Diked.h337 struct iked_dsa { struct
338 uint8_t dsa_method; /* AUTH method */
339 const void *dsa_priv; /* PRF or signature hash function */
340 void *dsa_ctx; /* PRF or signature hash ctx */
341 struct ibuf *dsa_keydata; /* public, private or shared key */
342 void *dsa_key; /* parsed public or private key */
343 int dsa_hmac; /* HMAC or public/private key */
344 int dsa_sign; /* Sign or verify operation */
345 uint32_t dsa_flags; /* State flags */