Searched refs:base32_decode_init (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dbase32.c155 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], function
305 base32_decode_init(&ctx, length, base, pad, target);
357 base32_decode_init(&ctx, -1, base, pad, target);
392 base32_decode_init(&ctx, -1, base, pad, target);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dbase32.c155 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], function
305 base32_decode_init(&ctx, length, base, pad, target);
357 base32_decode_init(&ctx, -1, base, pad, target);
392 base32_decode_init(&ctx, -1, base, pad, target);

Completed in 205 milliseconds