Searched refs:nx_crypto_rsa_modulus_length (Results 1 – 2 of 2) sorted by relevance
240 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()
83 UINT nx_crypto_rsa_modulus_length; member