Home
last modified time | relevance | path

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

/net-tools-3.7.0/tinydtls-0.8.2/
Dccm.c127 memxor(B, X, DTLS_CCM_BLOCKSIZE); in add_auth_data()
142 memxor(B, X, DTLS_CCM_BLOCKSIZE); in add_auth_data()
158 memxor(msg, S, len); in encrypt()
303 memxor(msg, S, M); in dtls_ccm_decrypt_message()
Dglobal.h109 memxor(unsigned char *x, const unsigned char *y, size_t n) { in memxor() function