Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.c3511 const char *_passphrase, const char *comment) in sshkey_private_pem_to_blob() argument
3514 int blen, len = strlen(_passphrase); in sshkey_private_pem_to_blob()
3515 u_char *passphrase = (len > 0) ? (u_char *)_passphrase : NULL; in sshkey_private_pem_to_blob()