Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dauthfile.h30 Key *key_load_private_pem(int, int, const char *, char **);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c427 key_load_private_pem(int fd, int type, const char *passphrase, in key_load_private_pem() function
528 return key_load_private_pem(fd, type, passphrase, commentp); in key_load_private_type()
557 prv = key_load_private_pem(fd, KEY_UNSPEC, passphrase, NULL); in key_load_private()
/titanic_41/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c210 keys[i] = key_load_private_pem(key_fd[i], KEY_UNSPEC, in main()