Searched refs:rk_rsa_pub_key_pack (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/demo/ |
| H A D | demo_rsa.c | 97 static void test_init_pubkey(rk_rsa_pub_key_pack *pub) in test_init_pubkey() 132 rk_rsa_pub_key_pack pub_key; in demo_rsa_pub_enc() 208 rk_rsa_pub_key_pack pub_key; in demo_rsa_priv_enc() 283 rk_rsa_pub_key_pack pub_key; in demo_rsa_sign_data() 341 rk_rsa_pub_key_pack pub_key; in demo_rsa_sign_digest()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_core.h | 31 RK_RES rk_rsa_pub_encrypt(const rk_rsa_pub_key_pack *pub, enum RK_RSA_CRYPT_PADDING padding, 37 RK_RES rk_rsa_pub_decrypt(const rk_rsa_pub_key_pack *pub, enum RK_RSA_CRYPT_PADDING padding, 42 RK_RES rk_rsa_verify(const rk_rsa_pub_key_pack *pub, enum RK_RSA_SIGN_PADDING padding,
|
| H A D | rkcrypto_common.h | 219 } rk_rsa_pub_key_pack; typedef
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | rsa_key_data.h | 9 RK_RES test_init_pubkey(rk_rsa_pub_key_pack *pub, uint32_t nbits);
|
| H A D | rsa_key_data.c | 369 RK_RES test_init_pubkey(rk_rsa_pub_key_pack *pub, uint32_t nbits) in test_init_pubkey()
|
| H A D | test_rsa.c | 613 rk_rsa_pub_key_pack pub_key; in test_rsa_pub_enc() 725 rk_rsa_pub_key_pack pub_key; in test_rsa_priv_enc() 809 rk_rsa_pub_key_pack pub_key; in test_rsa_sign_common()
|
| H A D | test_throughput.c | 1015 rk_rsa_pub_key_pack pub_key; in test_rsa_item_tp()
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_rsa_helper.h | 20 RK_RES rk_rsa_pubkey_encode(rk_rsa_pub_key_pack *pub,
|
| H A D | rkcrypto_core.c | 954 res = rk_rsa_pubkey_encode((rk_rsa_pub_key_pack *)key, in rk_rsa_crypt_common() 995 RK_RES rk_rsa_pub_encrypt(const rk_rsa_pub_key_pack *pub, enum RK_RSA_CRYPT_PADDING padding, in rk_rsa_pub_encrypt() 1060 RK_RES rk_rsa_pub_decrypt(const rk_rsa_pub_key_pack *pub, enum RK_RSA_CRYPT_PADDING padding, in rk_rsa_pub_decrypt() 1106 RK_RES rk_rsa_verify(const rk_rsa_pub_key_pack *pub, enum RK_RSA_SIGN_PADDING padding, in rk_rsa_verify()
|
| H A D | rkcrypto_rsa_helper.c | 1078 RK_RES rk_rsa_pubkey_encode(rk_rsa_pub_key_pack *pub, in rk_rsa_pubkey_encode()
|