/src/sys/opencrypto/ |
gmac.c | 34 void ghash_update(GHASH_CTX *, const uint8_t *, size_t); 78 ghash_update(GHASH_CTX *ctx, const uint8_t *X, size_t len) function in typeref:typename:void 162 ghash_update(&ctx->ghash, data, len - plen); 165 ghash_update(&ctx->ghash, blk, GMAC_BLOCK_LEN);
|
gmac.c | 34 void ghash_update(GHASH_CTX *, const uint8_t *, size_t); 78 ghash_update(GHASH_CTX *ctx, const uint8_t *X, size_t len) function in typeref:typename:void 162 ghash_update(&ctx->ghash, data, len - plen); 165 ghash_update(&ctx->ghash, blk, GMAC_BLOCK_LEN);
|
gmac.c | 34 void ghash_update(GHASH_CTX *, const uint8_t *, size_t); 78 ghash_update(GHASH_CTX *ctx, const uint8_t *X, size_t len) function in typeref:typename:void 162 ghash_update(&ctx->ghash, data, len - plen); 165 ghash_update(&ctx->ghash, blk, GMAC_BLOCK_LEN);
|