Searched refs:rsa_key_ptr (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/OpenSSH-186/
H A Dtest_encrypt.c309 RSA *rsa_key_ptr = RSA_new(); local
311 rsa_key_ptr->n = BN_new();
312 rsa_key_ptr->e = BN_new();
313 rsa_key_ptr->d = BN_new();
314 rsa_key_ptr->p = BN_new();
315 rsa_key_ptr->q = BN_new();
316 rsa_key_ptr->dmp1 = BN_new();
317 rsa_key_ptr->dmq1 = BN_new();
318 rsa_key_ptr->iqmp = BN_new();
320 BN_set_word(rsa_key_ptr
[all...]

Completed in 114 milliseconds