Home
last modified time | relevance | path

Searched refs:rsa_2048_n (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Drsa_key_data.c51 static const uint8_t rsa_2048_n[] = { variable
382 pub->key.n = rsa_2048_n; in test_init_pubkey()
383 pub->key.n_len = sizeof(rsa_2048_n); in test_init_pubkey()
417 priv->key.n = rsa_2048_n; in test_init_privkey()
418 priv->key.n_len = sizeof(rsa_2048_n); in test_init_privkey()
/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_rsa.c23 static const uint8_t rsa_2048_n[] = { variable
103 pub->key.n = rsa_2048_n; in test_init_pubkey()
104 pub->key.n_len = sizeof(rsa_2048_n); in test_init_pubkey()
115 priv->key.n = rsa_2048_n; in test_init_privkey()
116 priv->key.n_len = sizeof(rsa_2048_n); in test_init_privkey()