Searched refs:nx_crypto_rsa_modulus_length (Results 1 – 3 of 3) sorted by relevance
239 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()
82 UINT nx_crypto_rsa_modulus_length; member
127 rsa_ctx.nx_crypto_rsa_modulus_length = rsa_data[0].secret_len - 1; in thread_0_entry()