Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.c519 key_parse_private_pem(Buffer *blob, int type, const char *passphrase, in key_parse_private_pem() function
607 prv = key_parse_private_pem(&buffer, type, passphrase, commentp); in key_load_private_pem()
651 return key_parse_private_pem(blob, type, passphrase, commentp); in key_parse_private_type()