_nx_crypto_gcm_xor() is only used within netxduo.
 
Symbols
loading...
Files
loading...

_nx_crypto_gcm_xor() function

Syntax

static VOID _nx_crypto_gcm_xor(UCHAR *plaintext,     UCHAR *key,     UCHAR *ciphertext);

Arguments

plaintext

key

ciphertext

References

LocationReferrerText
nx_crypto_gcm.c:70
NX_CRYPTO_KEEP static VOID _nx_crypto_gcm_xor(UCHAR *plaintext, UCHAR *key, UCHAR *ciphertext)
nx_crypto_gcm.c:220_nx_crypto_gcm_multi()
_nx_crypto_gcm_xor(output, v, output);
nx_crypto_gcm.c:304_nx_crypto_gcm_ghash_update()
_nx_crypto_gcm_xor(output, input, tmp_block);
nx_crypto_gcm.c:317_nx_crypto_gcm_ghash_update()
_nx_crypto_gcm_xor(output, tmp_block, tmp_block);
nx_crypto_gcm.c:385_nx_crypto_gcm_gctr()
_nx_crypto_gcm_xor(input, aes_output, output);
nx_crypto_gcm.c:401_nx_crypto_gcm_gctr()
_nx_crypto_gcm_xor(input, aes_output, aes_output);

Call Tree

Functions calling _nx_crypto_gcm_xor()
_nx_crypto_gcm_xor()
Data read by _nx_crypto_gcm_xor()
_nx_crypto_gcm_xor()