Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/tools/
H A Dfiles.c111 looks_like_DER(const unsigned char *buf, size_t len) in looks_like_DER() function
274 if (looks_like_DER(buf, len)) { in read_certificates()
H A Dbrssl.h346 int looks_like_DER(const unsigned char *buf, size_t len);
H A Dkeys.c113 if (looks_like_DER(buf, len)) { in read_private_key()
H A Dskey.c716 if (looks_like_DER(buf, len)) { in do_skey()
/freebsd/lib/libsecureboot/
H A Dbrf.c106 looks_like_DER(const unsigned char *buf, size_t len) in looks_like_DER() function
254 if (looks_like_DER(buf, len)) { in parse_certificates()