Searched refs:cipher_set_key_string (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | cipher.h | 90 int cipher_set_key_string(struct sshcipher_ctx *, const struct sshcipher *,
|
D | cipher.c | 487 cipher_set_key_string(struct sshcipher_ctx *cc, const struct sshcipher *cipher, in cipher_set_key_string() function
|
D | sshkey.c | 3443 if ((r = cipher_set_key_string(&ciphercontext, cipher, passphrase, in sshkey_private_rsa1_to_blob() 3685 if ((r = cipher_set_key_string(&ciphercontext, cipher, passphrase, in sshkey_parse_private_rsa1()
|