NX_CRYPTO_VERIFY is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_CRYPTO_VERIFY macro

Syntax

#define NX_CRYPTO_VERIFY 4

References

LocationText
nx_crypto_const.h:234
#define NX_CRYPTO_VERIFY 4 /* AH Verify (ingress) */
nx_crypto_ecdsa.c:751
else if (op == NX_CRYPTO_VERIFY)
nx_crypto_hmac_sha5.c:258
if (op != NX_CRYPTO_AUTHENTICATE && op != NX_CRYPTO_VERIFY && op != NX_CRYPTO_HASH_INITIALIZE &&
nx_crypto_pkcs1_v1.5.c:706
else if (op == NX_CRYPTO_VERIFY)
nx_crypto_sha5.c:815
if (op != NX_CRYPTO_AUTHENTICATE && op != NX_CRYPTO_VERIFY && op != NX_CRYPTO_HASH_INITIALIZE &&
nx_secure_tls_process_certificate_verify.c:845
status = public_cipher_method -> nx_crypto_operation(NX_CRYPTO_VERIFY, handler,
nx_secure_tls_process_server_key_exchange.c:797
status = auth_method -> nx_crypto_operation(NX_CRYPTO_VERIFY, handler,
nx_secure_x509_certificate_verify.c:168
status = hash_method -> nx_crypto_operation(NX_CRYPTO_VERIFY,
nx_secure_x509_certificate_verify.c:397
status = public_cipher_method -> nx_crypto_operation(NX_CRYPTO_VERIFY, handler,
nx_secure_x509_crl_verify.c:168
status = hash_method -> nx_crypto_operation(NX_CRYPTO_VERIFY,
nx_secure_x509_crl_verify.c:395
status = public_cipher_method -> nx_crypto_operation(NX_CRYPTO_VERIFY, handler,