summaryrefslogtreecommitdiff
path: root/lib/accelerated/x86/aes-padlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/accelerated/x86/aes-padlock.h')
-rw-r--r--lib/accelerated/x86/aes-padlock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/accelerated/x86/aes-padlock.h b/lib/accelerated/x86/aes-padlock.h
index cd9dc23609..378a90e5c0 100644
--- a/lib/accelerated/x86/aes-padlock.h
+++ b/lib/accelerated/x86/aes-padlock.h
@@ -30,8 +30,8 @@ struct padlock_ctx {
extern const gnutls_crypto_cipher_st _gnutls_aes_padlock;
extern const gnutls_crypto_cipher_st _gnutls_aes_gcm_padlock;
-extern const gnutls_crypto_mac_st _gnutls_hmac_sha_padlock;
-extern const gnutls_crypto_digest_st _gnutls_sha_padlock;
+extern const gnutls_crypto_mac_st _gnutls_hmac_sha_padlock_oneshot;
+extern const gnutls_crypto_digest_st _gnutls_sha_padlock_oneshot;
int padlock_aes_cipher_setkey(void *_ctx, const void *userkey,
size_t keysize);