Home
last modified time | relevance | path

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

/external/openssh/
Dkey.c1327 cert_parse(Buffer *b, Key *key, const u_char *blob, u_int blen) in cert_parse() function
1570 if (key_is_cert(key) && cert_parse(&b, key, blob, blen) == -1) { in key_from_blob()