Searched refs:RSA_BITS_2048 (Results 1 – 6 of 6) sorted by relevance
129 uint32_t nbytes = RSA_BITS_2048 / 8; in demo_rsa_pub_enc()207 uint32_t nbytes = RSA_BITS_2048 / 8; in demo_rsa_priv_enc()280 uint32_t nbytes = RSA_BITS_2048 / 8; in demo_rsa_sign_data()338 uint32_t nbytes = RSA_BITS_2048 / 8; in demo_rsa_sign_digest()
381 } else if (nbits == RSA_BITS_2048) { in test_init_pubkey()416 } else if (nbits == RSA_BITS_2048) { in test_init_privkey()
954 RSA_BITS_2048, in test_rsa()967 if (!verbose && rsa_key_nbits[i] != RSA_BITS_2048) in test_rsa()
1118 RSA_BITS_2048, in test_rsa_tp()
79 #define RSA_BITS_2048 2048 macro
1240 key_len * 8 != RSA_BITS_2048 && in rk_rsa_crypt_do_padding()1290 key_len * 8 != RSA_BITS_2048 && in rk_rsa_crypt_undo_padding()