Home
last modified time | relevance | path

Searched defs:pad64 (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/unbound/sldns/
H A Dparseutil.c660 const char pad64 = '='; in sldns_b64_ntop_base() local
742 const uint8_t pad64 = 64; /* is 64th in the b64 array */ in sldns_b64_pton_base() local
/openbsd/sbin/unwind/libunbound/sldns/
H A Dparseutil.c660 const char pad64 = '='; in sldns_b64_ntop_base() local
742 const uint8_t pad64 = 64; /* is 64th in the b64 array */ in sldns_b64_pton_base() local
/openbsd/lib/libfido2/src/
H A Dpin.c69 pad64(const char *pin, fido_blob_t **ppin) in pad64() function