Home
last modified time | relevance | path

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

/src/lib/libsecureboot/openpgp/
H A Ddecode.h49 int octets2i(unsigned char *ptr, size_t n);
H A Dopgp_sig.c147 hcount = octets2i(ptr, 2);
165 ucount = octets2i(ptr, 2);
H A Ddecode.c62 octets2i(unsigned char *ptr, size_t n) in octets2i() function