hash_setkey
hash_setkey(struct iked_hash *, void *, size_t);
if (hash_setkey(sa->sa_prf, data, length) == NULL)
if ((hash_setkey(prf, ibuf_data(key), ibuf_size(key))) == NULL) {
if ((hash_setkey(prf, ibuf_data(key), ibuf_size(key))) == NULL) {
hash_setkey(sa->sa_integr, ibuf_data(integr),
hash_setkey(sa->sa_integr, ibuf_data(integr),
if ((hash_setkey(sa->sa_prf, ibuf_data(prfkey),