PRF_HMAC
prf = prf_alloc (PRF_HMAC, hash, key, klen);
ie->prf_type = PRF_HMAC;
prf->type = PRF_HMAC;
if (prf->type == PRF_HMAC) {
case PRF_HMAC:
if (type == PRF_HMAC) {