Home
last modified time | relevance | path

Searched refs:base32_dec (Results 1 – 7 of 7) sorted by last modified time

/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/
H A Dnews.rst465 * Add new ``base32_enc`` and ``base32_dec`` cli for base32 encoding operations. (GH #2111)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/
H A Dcli.rst306 ``base32_dec file``
/dports/security/botan2/Botan-2.18.2/doc/
H A Dcli.rst306 ``base32_dec file``
/dports/security/botan2/Botan-2.18.2/
H A Dnews.rst465 * Add new ``base32_enc`` and ``base32_dec`` cli for base32 encoding operations. (GH #2111)
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/
H A Dcli.rst306 ``base32_dec file``
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/
H A Dnews.rst442 * Add new ``base32_enc`` and ``base32_dec`` cli for base32 encoding operations. (GH #2111)
/dports/security/eschalot/eschalot-a45bad5/
H A Deschalot.c134 static void base32_dec(uint8_t *, uint8_t *);
418 base32_dec(buf, w); in readfile()
576 base32_dec (uint8_t *dst, uint8_t *src) in base32_dec() function