HomeSort by: relevance | last modified time | path
    Searched refs:GMAC_DIGEST_LEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/opencrypto/
gmac.h 26 #define GMAC_DIGEST_LEN 16
56 void AES_GMAC_Final(uint8_t [GMAC_DIGEST_LEN], AES_GMAC_CTX *);
gmac.c 172 AES_GMAC_Final(uint8_t digest[GMAC_DIGEST_LEN], AES_GMAC_CTX *ctx)
183 for (i = 0; i < GMAC_DIGEST_LEN/8; i++) {
196 for (i = 0; i < GMAC_DIGEST_LEN/4; i++) {

Completed in 12 milliseconds