Searched refs:crt_digest (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Ddigest.c75 tfm->crt_digest.dit_init(tfm);
94 struct digest_tfm *ops = &tfm->crt_digest;
H A Drtl_crypto.h186 #define crt_digest crt_u.digest macro
276 tfm->crt_digest.dit_init(tfm);
284 tfm->crt_digest.dit_update(tfm, sg, nsg);
290 tfm->crt_digest.dit_final(tfm, out);
298 tfm->crt_digest.dit_digest(tfm, sg, nsg, out);
305 if (tfm->crt_digest.dit_setkey == NULL)
307 return tfm->crt_digest.dit_setkey(tfm, key, keylen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl_crypto.h186 #define crt_digest crt_u.digest macro
276 tfm->crt_digest.dit_init(tfm);
284 tfm->crt_digest.dit_update(tfm, sg, nsg);
290 tfm->crt_digest.dit_final(tfm, out);
298 tfm->crt_digest.dit_digest(tfm, sg, nsg, out);
305 if (tfm->crt_digest.dit_setkey == NULL)
307 return tfm->crt_digest.dit_setkey(tfm, key, keylen);

Completed in 73 milliseconds