Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls.c827 #define COUNTER(v) (*(uint32_t*)(v + 12)) in xwrite_encrypted_aesgcm() macro
850 COUNTER(aad) = SWAP_LE32(size & 0xff); in xwrite_encrypted_aesgcm()
866 COUNTER(nonce) = htonl(cnt); /* yes, first cnt here is 2 (!) */ in xwrite_encrypted_aesgcm()
875 COUNTER(nonce) = htonl(1); in xwrite_encrypted_aesgcm()
893 #undef COUNTER in xwrite_encrypted_aesgcm()
963 #define COUNTER(v) (*(uint32_t*)(v + 12)) in tls_aesgcm_decrypt() macro
989 COUNTER(nonce) = htonl(cnt); /* yes, first cnt here is 2 (!) */ in tls_aesgcm_decrypt()
1003 #undef COUNTER in tls_aesgcm_decrypt()