Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_mbstr.c193 size_t size_estimate = nchar; in OPENSSL_DECLARE_ERROR_REASON() local
205 size_estimate = 2 * nchar; in OPENSSL_DECLARE_ERROR_REASON()
209 size_estimate = 4 * nchar; in OPENSSL_DECLARE_ERROR_REASON()
215 size_estimate = utf8_len; in OPENSSL_DECLARE_ERROR_REASON()
249 if (!CBB_init(&cbb, size_estimate + 1)) { in OPENSSL_DECLARE_ERROR_REASON()