Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/boringssl/src/crypto/asn1/
Da_mbstr.cc96 int (*decode_func)(CBS *, uint32_t *); in OPENSSL_DECLARE_ERROR_REASON() local
100 decode_func = CBS_get_ucs2_be; in OPENSSL_DECLARE_ERROR_REASON()
105 decode_func = CBS_get_utf32_be; in OPENSSL_DECLARE_ERROR_REASON()
110 decode_func = CBS_get_utf8; in OPENSSL_DECLARE_ERROR_REASON()
115 decode_func = CBS_get_latin1; in OPENSSL_DECLARE_ERROR_REASON()
130 if (!decode_func(&cbs, &c)) { in OPENSSL_DECLARE_ERROR_REASON()
245 if (!decode_func(&cbs, &c) || !encode_func(&cbb, c)) { in OPENSSL_DECLARE_ERROR_REASON()
/external/cronet/stable/third_party/boringssl/src/crypto/asn1/
Da_mbstr.cc96 int (*decode_func)(CBS *, uint32_t *); in OPENSSL_DECLARE_ERROR_REASON() local
100 decode_func = CBS_get_ucs2_be; in OPENSSL_DECLARE_ERROR_REASON()
105 decode_func = CBS_get_utf32_be; in OPENSSL_DECLARE_ERROR_REASON()
110 decode_func = CBS_get_utf8; in OPENSSL_DECLARE_ERROR_REASON()
115 decode_func = CBS_get_latin1; in OPENSSL_DECLARE_ERROR_REASON()
130 if (!decode_func(&cbs, &c)) { in OPENSSL_DECLARE_ERROR_REASON()
245 if (!decode_func(&cbs, &c) || !encode_func(&cbb, c)) { in OPENSSL_DECLARE_ERROR_REASON()
/external/boringssl/src/crypto/asn1/
Da_mbstr.cc49 int (*decode_func)(CBS *, uint32_t *); in OPENSSL_DECLARE_ERROR_REASON() local
53 decode_func = CBS_get_ucs2_be; in OPENSSL_DECLARE_ERROR_REASON()
58 decode_func = CBS_get_utf32_be; in OPENSSL_DECLARE_ERROR_REASON()
63 decode_func = CBS_get_utf8; in OPENSSL_DECLARE_ERROR_REASON()
68 decode_func = CBS_get_latin1; in OPENSSL_DECLARE_ERROR_REASON()
83 if (!decode_func(&cbs, &c)) { in OPENSSL_DECLARE_ERROR_REASON()
198 if (!decode_func(&cbs, &c) || !encode_func(&cbb, c)) { in OPENSSL_DECLARE_ERROR_REASON()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/asn1/
Da_mbstr.c102 int (*decode_func)(CBS *, uint32_t*); in OPENSSL_DECLARE_ERROR_REASON() local
106 decode_func = cbs_get_ucs2_be; in OPENSSL_DECLARE_ERROR_REASON()
111 decode_func = cbs_get_utf32_be; in OPENSSL_DECLARE_ERROR_REASON()
116 decode_func = cbs_get_utf8; in OPENSSL_DECLARE_ERROR_REASON()
121 decode_func = cbs_get_latin1; in OPENSSL_DECLARE_ERROR_REASON()
136 if (!decode_func(&cbs, &c)) { in OPENSSL_DECLARE_ERROR_REASON()
257 if (!decode_func(&cbs, &c) || in OPENSSL_DECLARE_ERROR_REASON()
/external/cronet/stable/third_party/boringssl/src/crypto/bn_extra/
Dconvert.cc177 typedef int (*decode_func)(BIGNUM *bn, const char *in, int in_len); typedef
180 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, in bn_x2bn()
/external/rust/android-crates-io/crates/quiche/deps/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/cronet/tot/third_party/boringssl/src/crypto/bn_extra/
Dconvert.cc177 typedef int (*decode_func)(BIGNUM *bn, const char *in, int in_len); typedef
180 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, in bn_x2bn()
/external/boringssl/src/crypto/bn_extra/
Dconvert.cc130 typedef int (*decode_func)(BIGNUM *bn, const char *in, int in_len); typedef
133 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, in bn_x2bn()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp2331 const auto decode_func = _.FindDef(decode_func_id); in ValidateCooperativeMatrixLoadStoreTensorNV() local
2333 if (!decode_func || decode_func->opcode() != spv::Op::OpFunction) { in ValidateCooperativeMatrixLoadStoreTensorNV()
2344 _.FindDef(decode_func->GetOperandAs<uint32_t>(3)); in ValidateCooperativeMatrixLoadStoreTensorNV()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_memory.cpp2314 const auto decode_func = _.FindDef(decode_func_id); in ValidateCooperativeMatrixLoadStoreTensorNV() local
2316 if (!decode_func || decode_func->opcode() != spv::Op::OpFunction) { in ValidateCooperativeMatrixLoadStoreTensorNV()
2327 _.FindDef(decode_func->GetOperandAs<uint32_t>(3)); in ValidateCooperativeMatrixLoadStoreTensorNV()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_memory_test.cpp7234 const std::string decode_func = in GenCoopMat2Shader() local
7258 return prefix + extra_types + func_begin + main_body + suffix + decode_func + in GenCoopMat2Shader()
/external/angle/third_party/spirv-tools/src/test/val/
Dval_memory_test.cpp7515 const std::string decode_func = in GenCoopMat2Shader() local
7539 return prefix + extra_types + func_begin + main_body + suffix + decode_func + in GenCoopMat2Shader()
/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