Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_rsa.c240 ctx -> nx_crypto_rsa_modulus_length = key_size_in_bits >> 3; in _nx_crypto_method_rsa_init()
427 if (input_length_in_byte > (ctx -> nx_crypto_rsa_modulus_length)) in _nx_crypto_method_rsa_operation()
435 ctx -> nx_crypto_rsa_modulus_length, in _nx_crypto_method_rsa_operation()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_rsa.h83 UINT nx_crypto_rsa_modulus_length; member