HomeSort by: relevance | last modified time | path
    Searched defs:ghash_update (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 37 milliseconds