Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Drsa_key_data.c86 static const uint8_t rsa_2048_e[] = { variable
384 pub->key.e = rsa_2048_e; in test_init_pubkey()
385 pub->key.e_len = sizeof(rsa_2048_e); in test_init_pubkey()
419 priv->key.e = rsa_2048_e; in test_init_privkey()
420 priv->key.e_len = sizeof(rsa_2048_e); in test_init_privkey()
/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_rsa.c58 static const uint8_t rsa_2048_e[] = { variable
105 pub->key.e = rsa_2048_e; in test_init_pubkey()
106 pub->key.e_len = sizeof(rsa_2048_e); in test_init_pubkey()
117 priv->key.e = rsa_2048_e; in test_init_privkey()
118 priv->key.e_len = sizeof(rsa_2048_e); in test_init_privkey()