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

  /src/sys/opencrypto/
gmac.h 55 int AES_GMAC_Update(AES_GMAC_CTX *, const uint8_t *, uint16_t);
gmac.c 154 AES_GMAC_Update(AES_GMAC_CTX *ctx, const uint8_t *data, uint16_t len)
cryptosoft_xform.c 345 (int (*)(void *, const u_int8_t *, u_int16_t))AES_GMAC_Update,
354 (int (*)(void *, const u_int8_t *, u_int16_t))AES_GMAC_Update,
363 (int (*)(void *, const u_int8_t *, u_int16_t))AES_GMAC_Update,

Completed in 126 milliseconds