Home
last modified time | relevance | path

Searched refs:QCryptoHmacNettle (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/crypto/
H A Dhmac-nettle.c33 typedef struct QCryptoHmacNettle QCryptoHmacNettle; typedef
34 struct QCryptoHmacNettle { struct
108 QCryptoHmacNettle *ctx; in qcrypto_hmac_ctx_new()
116 ctx = g_new0(QCryptoHmacNettle, 1); in qcrypto_hmac_ctx_new()
126 QCryptoHmacNettle *ctx; in qcrypto_nettle_hmac_ctx_free()
140 QCryptoHmacNettle *ctx; in qcrypto_nettle_hmac_bytesv()
143 ctx = (QCryptoHmacNettle *)hmac->opaque; in qcrypto_nettle_hmac_bytesv()