Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_rsa.c239 ctx -> nx_crypto_rsa_modulus_length = key_size_in_bits >> 3; in _nx_crypto_method_rsa_init()
426 if (input_length_in_byte > (ctx -> nx_crypto_rsa_modulus_length)) in _nx_crypto_method_rsa_operation()
434 ctx -> nx_crypto_rsa_modulus_length, in _nx_crypto_method_rsa_operation()
/NetX-Duo-v6.4.1/crypto_libraries/inc/
Dnx_crypto_rsa.h82 UINT nx_crypto_rsa_modulus_length; member
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_rsa_error_checking_test.c127 rsa_ctx.nx_crypto_rsa_modulus_length = rsa_data[0].secret_len - 1; in thread_0_entry()