octcrypto_hmac
octcrypto_hmac(crda, authbuf, authlen, ses, tag);
void octcrypto_hmac(struct cryptodesc *, uint8_t *, size_t,
octcrypto_hmac(crda, authbuf, authlen, ses, tag);
static const struct octcrypto_hmac hmac_md5_96 = {
static const struct octcrypto_hmac hmac_sha1_96 = {
static const struct octcrypto_hmac hmac_sha2_256_128 = {
static const struct octcrypto_hmac hmac_sha2_384_192 = {
static const struct octcrypto_hmac hmac_sha2_512_256 = {
const struct octcrypto_hmac *hmac = NULL;
const struct octcrypto_hmac
const struct octcrypto_hmac *hmac = ses->ses_hmac;