Home
last modified time | relevance | path

Searched defs:rsa_p (Results 1 – 5 of 5) sorted by relevance

/external/openssh/regress/unittests/sshkey/
Dcommon.c110 rsa_p(struct sshkey *k) in rsa_p() function
/external/openssh/
Dssh-rsa.c111 const BIGNUM *rsa_p, *rsa_q, *rsa_d; in ssh_rsa_complete_crt_parameters() local
Dsshkey.c3175 const BIGNUM *rsa_n, *rsa_e, *rsa_d, *rsa_iqmp, *rsa_p, *rsa_q; in sshkey_private_serialize_opt() local
3387 BIGNUM *rsa_iqmp = NULL, *rsa_p = NULL, *rsa_q = NULL; in sshkey_private_deserialize() local
Dssh-keygen.c484 BIGNUM *rsa_p = NULL, *rsa_q = NULL, *rsa_iqmp = NULL; in do_convert_private_ssh2() local
/external/ipsec-tools/src/racoon/
Dhandler.h168 RSA *rsa_p; /* peer's RSA key */ member