Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_xcbc_mac.c67 NX_CRYPTO_KEEP static VOID _nx_crypto_xcbc_xor(UCHAR *plaintext, UCHAR *key, UCHAR *ciphertext) in _nx_crypto_xcbc_xor() function
189 _nx_crypto_xcbc_xor(E, input, E); in _nx_crypto_xcbc_mac()
221 _nx_crypto_xcbc_xor(E, pad, E); in _nx_crypto_xcbc_mac()
222 _nx_crypto_xcbc_xor(E, K2, E); in _nx_crypto_xcbc_mac()