NX_CRYPTO_METHOD_STRUCT::nx_crypto_ICV_size_in_bits is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_CRYPTO_METHOD_STRUCT::nx_crypto_ICV_size_in_bits

NX_CRYPTO_METHOD_STRUCT::nx_crypto_ICV_size_in_bits field

Syntax

USHORT nx_crypto_ICV_size_in_bits;

References

LocationReferrerText
nx_crypto.h:284
USHORT nx_crypto_ICV_size_in_bits;
nx_crypto_aes.c:2281_nx_crypto_method_aes_ccm_operation()
if (input_length_in_byte < (method -> nx_crypto_ICV_size_in_bits >> 3) ||
nx_crypto_aes.c:2282_nx_crypto_method_aes_ccm_operation()
output_length_in_byte < input_length_in_byte - (method -> nx_crypto_ICV_size_in_bits >> 3))
nx_crypto_aes.c:2292_nx_crypto_method_aes_ccm_operation()
input_length_in_byte - (method -> nx_crypto_ICV_size_in_bits >> 3), iv_ptr,
nx_crypto_aes.c:2293_nx_crypto_method_aes_ccm_operation()
(UCHAR)(method -> nx_crypto_ICV_size_in_bits >> 3),
nx_crypto_aes.c:2304_nx_crypto_method_aes_ccm_operation()
input, output, input_length_in_byte - (method -> nx_crypto_ICV_size_in_bits >> 3),
nx_crypto_aes.c:2313_nx_crypto_method_aes_ccm_operation()
input + input_length_in_byte - (method -> nx_crypto_ICV_size_in_bits >> 3),
nx_crypto_aes.c:2331_nx_crypto_method_aes_ccm_operation()
if (output_length_in_byte < input_length_in_byte + (method -> nx_crypto_ICV_size_in_bits >> 3))
nx_crypto_aes.c:2342_nx_crypto_method_aes_ccm_operation()
(UCHAR)(method -> nx_crypto_ICV_size_in_bits >> 3),
nx_crypto_aes.c:2396_nx_crypto_method_aes_ccm_operation()
(UCHAR)(method -> nx_crypto_ICV_size_in_bits >> 3),
nx_crypto_aes.c:2431_nx_crypto_method_aes_ccm_operation()
(UCHAR)(method -> nx_crypto_ICV_size_in_bits >> 3),
nx_crypto_aes.c:2580_nx_crypto_method_aes_gcm_operation()
icv_len = (method -> nx_crypto_ICV_size_in_bits >> 3);
nx_crypto_aes.c:2626_nx_crypto_method_aes_gcm_operation()
icv_len = (method -> nx_crypto_ICV_size_in_bits >> 3);
nx_crypto_aes.c:2686_nx_crypto_method_aes_gcm_operation()
icv_len = (method -> nx_crypto_ICV_size_in_bits >> 3);
nx_crypto_aes.c:2724_nx_crypto_method_aes_gcm_operation()
icv_len = (method -> nx_crypto_ICV_size_in_bits >> 3);
nx_crypto_ecdsa.c:789_nx_crypto_method_ecdsa_operation()
(hash_method -> nx_crypto_ICV_size_in_bits >> 3)) >
nx_crypto_ecdsa.c:813_nx_crypto_method_ecdsa_operation()
(sizeof(ecdsa -> nx_crypto_ecdsa_scratch_buffer) - (hash_method -> nx_crypto_ICV_size_in_bits >> 3));
nx_crypto_ecdsa.c:837_nx_crypto_method_ecdsa_operation()
(hash_method -> nx_crypto_ICV_size_in_bits >> 3),
nx_crypto_ecdsa.c:870_nx_crypto_method_ecdsa_operation()
(hash_method -> nx_crypto_ICV_size_in_bits >> 3),
nx_crypto_ecdsa.c:884_nx_crypto_method_ecdsa_operation()
(hash_method -> nx_crypto_ICV_size_in_bits >> 3),
nx_crypto_ecjpake.c:1015_nx_crypto_ecjpake_schnorr_zkp_hash()
hash_method -> nx_crypto_ICV_size_in_bits >> 3,
nx_crypto_ecjpake.c:1028_nx_crypto_ecjpake_schnorr_zkp_hash()
hash_method -> nx_crypto_ICV_size_in_bits >> 3);
nx_crypto_ecjpake.c:1466_nx_crypto_ecjpake_pre_master_secret_generate()
hash_method -> nx_crypto_ICV_size_in_bits >> 3,
nx_crypto_ecjpake.c:1570_nx_crypto_ecjpake_key_encryption_key_generate()
hash_method -> nx_crypto_ICV_size_in_bits >> 3,
nx_crypto_hkdf.c:481_nx_crypto_hkdf_extract()
hash_size = hkdf -> nx_crypto_hash_method -> nx_crypto_ICV_size_in_bits >> 3;
nx_crypto_hkdf.c:651_nx_crypto_hkdf_expand()
hash_size = hkdf-> nx_crypto_hash_method -> nx_crypto_ICV_size_in_bits >> 3;
nx_crypto_hmac.c:617_nx_crypto_hmac_hash_digest_calculate()
(hash->nx_crypto_ICV_size_in_bits >> 3),
nx_crypto_hmac.c:879_nx_crypto_method_hmac_operation()
nx_crypto_hmac.c:908_nx_crypto_method_hmac_operation()
(output_length_in_byte > (ULONG)((hmac-> hash_method -> nx_crypto_ICV_size_in_bits) >> 3) ?
nx_crypto_hmac.c:909_nx_crypto_method_hmac_operation()
((hmac-> hash_method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte));
nx_crypto_hmac.c:924_nx_crypto_method_hmac_operation()
(output_length_in_byte > (ULONG)((hmac -> hash_method -> nx_crypto_ICV_size_in_bits) >> 3) ?
nx_crypto_hmac.c:925_nx_crypto_method_hmac_operation()
((hmac -> hash_method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte));
nx_crypto_hmac_md5.c:290_nx_crypto_method_hmac_md5_operation()
(output_length_in_byte > (ULONG)((method -> nx_crypto_ICV_size_in_bits) >> 3) ?
nx_crypto_hmac_md5.c:291_nx_crypto_method_hmac_md5_operation()
((method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte));
nx_crypto_hmac_md5.c:306_nx_crypto_method_hmac_md5_operation()
(output_length_in_byte > (ULONG)((method -> nx_crypto_ICV_size_in_bits) >> 3) ?
nx_crypto_hmac_md5.c:307_nx_crypto_method_hmac_md5_operation()
((method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte));
nx_crypto_hmac_sha1.c:289_nx_crypto_method_hmac_sha1_operation()
(output_length_in_byte > (ULONG)((method -> nx_crypto_ICV_size_in_bits) >> 3) ?
nx_crypto_hmac_sha1.c:290_nx_crypto_method_hmac_sha1_operation()
((method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte));
nx_crypto_hmac_sha1.c:305_nx_crypto_method_hmac_sha1_operation()
(output_length_in_byte > (ULONG)((method -> nx_crypto_ICV_size_in_bits) >> 3) ?
nx_crypto_hmac_sha1.c:306_nx_crypto_method_hmac_sha1_operation()
((method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte));
nx_crypto_hmac_sha2.c:306_nx_crypto_method_hmac_sha256_operation()
(output_length_in_byte > (ULONG)((method -> nx_crypto_ICV_size_in_bits) >> 3) ?
nx_crypto_hmac_sha2.c:307_nx_crypto_method_hmac_sha256_operation()
((method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte));
nx_crypto_hmac_sha2.c:321_nx_crypto_method_hmac_sha256_operation()
(output_length_in_byte > (ULONG)((method -> nx_crypto_ICV_size_in_bits) >> 3) ?
nx_crypto_hmac_sha2.c:322_nx_crypto_method_hmac_sha256_operation()
((method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte));
nx_crypto_hmac_sha5.c:316_nx_crypto_method_hmac_sha512_operation()
(output_length_in_byte > (ULONG)((method -> nx_crypto_ICV_size_in_bits) >> 3) ?
nx_crypto_hmac_sha5.c:317_nx_crypto_method_hmac_sha512_operation()
((method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte));
nx_crypto_hmac_sha5.c:327_nx_crypto_method_hmac_sha512_operation()
(output_length_in_byte > (ULONG)((method -> nx_crypto_ICV_size_in_bits) >> 3) ?
nx_crypto_hmac_sha5.c:328_nx_crypto_method_hmac_sha512_operation()
((method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte));
nx_crypto_phash.c:114_nx_crypto_phash()
hash_size = hash_method -> nx_crypto_ICV_size_in_bits >> 3;
nx_crypto_pkcs1_v1.5.c:370_nx_crypto_pkcs1_v1_5_encode()
hash_length = (hash_method -> nx_crypto_ICV_size_in_bits) >> 3;
nx_secure_tls_ecc_generate_keys.c:345_nx_secure_tls_ecc_generate_keys()
hash_length = hash_method -> nx_crypto_ICV_size_in_bits >> 3;
nx_secure_tls_ecc_generate_keys.c:845_nx_secure_tls_ecc_generate_keys()
hash_method -> nx_crypto_ICV_size_in_bits >> 3, NX_NULL,
nx_secure_tls_process_server_key_exchange.c:440_nx_secure_tls_process_server_key_exchange()
hash_method -> nx_crypto_ICV_size_in_bits >> 3,
nx_secure_tls_process_server_key_exchange.c:722_nx_secure_tls_process_server_key_exchange()
if (decrypted_hash_length != (hash_method -> nx_crypto_ICV_size_in_bits >> 3))
nx_secure_tls_process_server_key_exchange.c:802_nx_secure_tls_process_server_key_exchange()
hash_method -> nx_crypto_ICV_size_in_bits >> 3,
nx_secure_tls_record_payload_decrypt.c:556_nx_secure_tls_record_chained_packet_decrypt()
icv_size = session_cipher_method -> nx_crypto_ICV_size_in_bits >> 3;
nx_secure_tls_record_payload_encrypt.c:330_nx_secure_tls_record_payload_encrypt()
if (session_cipher_method -> nx_crypto_ICV_size_in_bits > 0)
nx_secure_tls_record_payload_encrypt.c:334_nx_secure_tls_record_payload_encrypt()
if ((session_cipher_method -> nx_crypto_ICV_size_in_bits >> 3) >
nx_secure_tls_record_payload_encrypt.c:340_nx_secure_tls_record_payload_encrypt()
icv_size = session_cipher_method -> nx_crypto_ICV_size_in_bits >> 3;
nx_secure_tls_session_create_ext.c:330_map_tls_ciphersuites()
cipher_entry->nx_secure_tls_hash_size = (USHORT)(cipher_method->nx_crypto_ICV_size_in_bits >> 3);
nx_secure_x509_certificate_verify.c:201_nx_secure_x509_certificate_verify()
hash_length = (hash_method -> nx_crypto_ICV_size_in_bits >> 3);
nx_secure_x509_certificate_verify.c:402_nx_secure_x509_certificate_verify()
hash_method -> nx_crypto_ICV_size_in_bits >> 3,
nx_secure_x509_crl_verify.c:201_nx_secure_x509_crl_verify()
hash_length = (hash_method -> nx_crypto_ICV_size_in_bits >> 3);
nx_secure_x509_crl_verify.c:400_nx_secure_x509_crl_verify()
hash_method -> nx_crypto_ICV_size_in_bits >> 3,