Home
last modified time | relevance | path

Searched refs:RSA_BITS_2048 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_rsa.c129 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()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Drsa_key_data.c381 } else if (nbits == RSA_BITS_2048) { in test_init_pubkey()
416 } else if (nbits == RSA_BITS_2048) { in test_init_privkey()
H A Dtest_rsa.c954 RSA_BITS_2048, in test_rsa()
967 if (!verbose && rsa_key_nbits[i] != RSA_BITS_2048) in test_rsa()
H A Dtest_throughput.c1118 RSA_BITS_2048, in test_rsa_tp()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_common.h79 #define RSA_BITS_2048 2048 macro
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_rsa_helper.c1240 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()