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

  /src/sys/opencrypto/
gmac.h 53 void AES_GMAC_Setkey(AES_GMAC_CTX *, const uint8_t *, uint16_t);
gmac.c 114 AES_GMAC_Setkey(AES_GMAC_CTX *ctx, const uint8_t *key, uint16_t klen)
129 panic("invalid AES_GMAC_Setkey length in bytes: %u",
cryptosoft_xform.c 101 static int aes_gmac_setkey(u_int8_t **, const u_int8_t *, int);
239 aes_gmac_setkey,
343 (void (*)(void *, const u_int8_t *, u_int16_t))AES_GMAC_Setkey,
352 (void (*)(void *, const u_int8_t *, u_int16_t))AES_GMAC_Setkey,
361 (void (*)(void *, const u_int8_t *, u_int16_t))AES_GMAC_Setkey,
821 aes_gmac_setkey(u_int8_t **sched, const u_int8_t *key, int len) function in typeref:typename:int

Completed in 13 milliseconds