HomeSort by relevance Sort by last modified time
    Searched refs:rsa_private_decrypt (Results 1 - 5 of 5) sorted by null

  /external/openssh/
rsa.h 23 int rsa_private_decrypt(BIGNUM *, BIGNUM *, RSA *);
rsa.c 104 rsa_private_decrypt(BIGNUM *out, BIGNUM *in, RSA *key) function
116 if ((len = RSA_private_decrypt(ilen, inbuf, outbuf, key,
118 error("rsa_private_decrypt() failed");
121 fatal("rsa_private_decrypt: BN_bin2bn failed");
sshconnect1.c 169 if (rsa_private_decrypt(challenge, challenge, prv) <= 0)
171 "respond_to_rsa_challenge: rsa_private_decrypt failed");
sshd.c     [all...]
ssh-agent.c 277 if (rsa_private_decrypt(challenge, challenge, private->rsa) <= 0)
    [all...]

Completed in 151 milliseconds