OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:certblob
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
sshkey.c
420
if (cert->
certblob
!= NULL)
421
sshbuf_free(cert->
certblob
);
445
if ((cert->
certblob
= sshbuf_new()) == NULL ||
646
if (sshbuf_len(a->
certblob
) != sshbuf_len(b->
certblob
))
648
if (timingsafe_bcmp(sshbuf_ptr(a->
certblob
), sshbuf_ptr(b->
certblob
),
649
sshbuf_len(a->
certblob
)) != 0)
739
if (sshbuf_len(key->cert->
certblob
) == 0)
754
if ((ret = sshbuf_putb(b, key->cert->
certblob
)) != 0
[
all
...]
sshkey.h
86
struct sshbuf *
certblob
; /* Kept around for use on wire */
member in struct:sshkey_cert
Completed in 139 milliseconds