Home
last modified time | relevance | path

Searched refs:decode_func (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_mbstr.c104 int (*decode_func)(CBS *, uint32_t*); in OPENSSL_DECLARE_ERROR_REASON() local
108 decode_func = cbs_get_ucs2_be; in OPENSSL_DECLARE_ERROR_REASON()
113 decode_func = cbs_get_utf32_be; in OPENSSL_DECLARE_ERROR_REASON()
118 decode_func = cbs_get_utf8; in OPENSSL_DECLARE_ERROR_REASON()
123 decode_func = cbs_get_latin1; in OPENSSL_DECLARE_ERROR_REASON()
138 if (!decode_func(&cbs, &c)) { in OPENSSL_DECLARE_ERROR_REASON()
256 if (!decode_func(&cbs, &c) || in OPENSSL_DECLARE_ERROR_REASON()
/external/boringssl/src/crypto/bn_extra/
Dconvert.c187 typedef int (*decode_func) (BIGNUM *bn, const char *in, int in_len); typedef
190 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, char_test_func want_char) { in bn_x2bn()
/external/python/cpython2/Doc/whatsnew/
D2.0.rst207 4-element tuple: ``(encode_func, decode_func, stream_reader, stream_writer)``.
214 * *decode_func* is the opposite of *encode_func*, taking an 8-bit string and
/external/python/cpython3/Doc/whatsnew/
D2.0.rst207 4-element tuple: ``(encode_func, decode_func, stream_reader, stream_writer)``.
214 * *decode_func* is the opposite of *encode_func*, taking an 8-bit string and