Skip to content

Is there an OpenSSL API available for AES-GMAC operation #24393

Discussion options

You must be logged in to vote

Is there an OpenSSL API available for AES-GMAC operation ?

AES in combination with GMAC is AES-GCM - but I think you mean GMAC as a standalone operation. In which case, yes. You can use the EVP_MAC APIs:

https://www.openssl.org/docs/man3.3/man7/EVP_MAC-GMAC.html
https://www.openssl.org/docs/man3.3/man3/EVP_MAC_init.html

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Yogaraj-Alamenda
Comment options

Answer selected by Yogaraj-Alamenda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants