Home
last modified time | relevance | path

Searched refs:aesgcm_GHASH (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/
Dtls_aesgcm.h7 void aesgcm_GHASH(uint8_t* h,
Dtls_aesgcm.c134 void FAST_FUNC aesgcm_GHASH(byte* h, in aesgcm_GHASH() function
Dtls.c874aesgcm_GHASH(tls->H, aad, /*sizeof(aad),*/ tls->outbuf + OUTBUF_PFX, size, authtag /*, sizeof(auth… in xwrite_encrypted_aesgcm()