Home | History | Annotate | Download | only in openssh

Lines Matching full:blen

1327 cert_parse(Buffer *b, Key *key, const u_char *blob, u_int blen)
1340 buffer_append(&key->cert->certblob, blob, blen);
1463 key_from_blob(const u_char *blob, u_int blen)
1475 dump_base64(stderr, blob, blen);
1478 buffer_append(&b, blob, blen);
1570 if (key_is_cert(key) && cert_parse(&b, key, blob, blen) == -1) {