Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.c279 key_parse_public_rsa1(Buffer *blob, char **commentp) in key_parse_public_rsa1() argument
312 if (commentp) in key_parse_public_rsa1()
313 *commentp = buffer_get_string(&copy, NULL); in key_parse_public_rsa1()
381 key_load_public_rsa1(int fd, const char *filename, char **commentp) in key_load_public_rsa1() argument
392 pub = key_parse_public_rsa1(&buffer, commentp); in key_load_public_rsa1()
401 key_load_public_type(int type, const char *filename, char **commentp) in key_load_public_type() argument
410 pub = key_load_public_rsa1(fd, filename, commentp); in key_load_public_type()
418 key_parse_private_rsa1(Buffer *blob, const char *passphrase, char **commentp) in key_parse_private_rsa1() argument
457 if (commentp) in key_parse_private_rsa1()
458 *commentp = buffer_get_string(&copy, NULL); in key_parse_private_rsa1()
[all …]