cbcmac_setkey
err = cbcmac_setkey(tfm, in_key, key_len);
return cbcmac_setkey(tfm, key, sizeof(key));
.setkey = cbcmac_setkey,